|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexDictionary
Provides access to members that control a Maplex dictionary.
A MaplexDictionary object is a collection of MaplexDictionaryEntry objects. Each labeling class can reference one dictionary in its MaplexOverposterLayerProperties.
Method Summary | |
---|---|
void |
addEntry(IMaplexDictionaryEntry dicEntry)
Adds an entry to the dictionary. |
void |
clear()
Removes all entries from the dictionary. |
IMaplexDictionaryEntry |
getEntry(int index)
Gets an entry from the dictionary. |
int |
getEntryCount()
The number of entries in the dictionary. |
String |
getName()
The name of the dictionary. |
void |
setName(String name)
The name of the dictionary. |
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 getEntryCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addEntry(IMaplexDictionaryEntry dicEntry) throws IOException, AutomationException
dicEntry
- A reference to a com.esri.arcgis.carto.IMaplexDictionaryEntry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMaplexDictionaryEntry getEntry(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws IOException, AutomationException
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 |