|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexDictionaryEntry
Provides access to members that control a single entry in a Maplex dictionary.
Method Summary | |
---|---|
String |
getAbbreviation()
The abbreviation(s) of the text. |
String |
getText()
The text to be abbreviated. |
int |
getType()
Abbreviation options for the text. |
void |
setAbbreviation(String abbreviation)
The abbreviation(s) of the text. |
void |
setText(String text)
The text to be abbreviated. |
void |
setType(int type)
Abbreviation options for the text. |
Method Detail |
---|
String getText() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setText(String text) throws IOException, AutomationException
text
- The text (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAbbreviation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAbbreviation(String abbreviation) throws IOException, AutomationException
abbreviation
- The abbreviation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.carto.esriMaplexAbbrevType 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 |