|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISymbologyEnvironment
Provides access to members that control the environment for certain Symbol operations.
The ISymbologyEnvironment controls certain details of how symbols are drawn as Graphical Device Interface (GDI) objects. Most developers will find it unnecessary to change the default SymbologyEnvironment properties, as the coclass is used primarily by ArcMap to set symbology options for exporting and printing.
Method Summary | |
---|---|
boolean |
isGeometryClipping()
Indicates if all geometry is clipped on output. |
boolean |
isOutputGDICommentForCMYKColor()
Indicates if a GDI comment is output for CMYK colors. |
boolean |
isOutputGDICommentForGroupings()
Indicates if a GDI comment is output for groupings. |
boolean |
isOutputGDICommentForLayers()
Indicates if a GDI comment is output for layers. |
boolean |
isOutputGDICommentForText()
Indicates if a GDI comment is output for text. |
boolean |
isStrokeTrueTypeMarkers()
Indicates if TrueType markers are stroked. |
void |
setGeometryClipping(boolean geometryClipping)
Indicates if all geometry is clipped on output. |
void |
setOutputGDICommentForCMYKColor(boolean pCmykColor)
Indicates if a GDI comment is output for CMYK colors. |
void |
setOutputGDICommentForGroupings(boolean grouping)
Indicates if a GDI comment is output for groupings. |
void |
setOutputGDICommentForLayers(boolean layers)
Indicates if a GDI comment is output for layers. |
void |
setOutputGDICommentForText(boolean text)
Indicates if a GDI comment is output for text. |
void |
setStrokeTrueTypeMarkers(boolean strokeTrueTypeMarkers)
Indicates if TrueType markers are stroked. |
Method Detail |
---|
boolean isOutputGDICommentForCMYKColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputGDICommentForCMYKColor(boolean pCmykColor) throws IOException, AutomationException
pCmykColor
- The pCmykColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOutputGDICommentForLayers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputGDICommentForLayers(boolean layers) throws IOException, AutomationException
layers
- The layers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOutputGDICommentForGroupings() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputGDICommentForGroupings(boolean grouping) throws IOException, AutomationException
grouping
- The grouping (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOutputGDICommentForText() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputGDICommentForText(boolean text) throws IOException, AutomationException
text
- The text (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isGeometryClipping() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometryClipping(boolean geometryClipping) throws IOException, AutomationException
geometryClipping
- The geometryClipping (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStrokeTrueTypeMarkers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStrokeTrueTypeMarkers(boolean strokeTrueTypeMarkers) throws IOException, AutomationException
strokeTrueTypeMarkers
- The strokeTrueTypeMarkers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |