|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexKeyNumberGroup
Provides access to members that control a Maplex key numbering group.
Method Summary | |
---|---|
String |
getDelimiterCharacter()
The delimiter character used by the key numbering group. |
int |
getHorizontalAlignment()
The horizontal alignment used by the key numbering group. |
int |
getMaximumNumberOfLines()
The maximum number of lines allowed in the key numbering group. |
int |
getMinimumNumberOfLines()
The minimum number of lines allowed in the key numbering group. |
String |
getName()
The name of the key numbering group. |
int |
getNumberResetType()
The type of number reset used by the key numbering group. |
void |
setDelimiterCharacter(String name)
The delimiter character used by the key numbering group. |
void |
setHorizontalAlignment(int value)
The horizontal alignment used by the key numbering group. |
void |
setMaximumNumberOfLines(int value)
The maximum number of lines allowed in the key numbering group. |
void |
setMinimumNumberOfLines(int value)
The minimum number of lines allowed in the key numbering group. |
void |
setName(String name)
The name of the key numbering group. |
void |
setNumberResetType(int value)
The type of number reset used by the key numbering group. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHorizontalAlignment() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHorizontalAlignment(int value) throws IOException, AutomationException
value
- A com.esri.arcgis.carto.esriMaplexKeyNumberHorizontalAlignment constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMinimumNumberOfLines() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumNumberOfLines(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaximumNumberOfLines() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumNumberOfLines(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDelimiterCharacter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDelimiterCharacter(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumberResetType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumberResetType(int value) throws IOException, AutomationException
value
- A com.esri.arcgis.carto.esriMaplexKeyNumberResetType constant (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 |