|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerSymbolOutputOptions
Provides access to properties on ServerSymbolOutputOptions.
Method Summary | |
---|---|
int |
getPictureOutputType()
Picture output type for symbols that contain pictures. |
boolean |
isConvertLabelExpressions()
Indicates whether label expressions need to be converted. |
void |
setConvertLabelExpressions(boolean convert)
Indicates whether label expressions need to be converted. |
void |
setPictureOutputType(int pictureOutputType)
Picture output type for symbols that contain pictures. |
Method Detail |
---|
int getPictureOutputType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPictureOutputType(int pictureOutputType) throws IOException, AutomationException
pictureOutputType
- A com.esri.arcgis.carto.esriServerPictureOutputType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isConvertLabelExpressions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConvertLabelExpressions(boolean convert) throws IOException, AutomationException
convert
- The convert (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 |