|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexDictionaries
Provides access to members that control a collection of Maplex dictionaries.
The Maplex dictionary objects store customized abbreviations and translations. The MaplexDictionaries object is a collection of MaplexDictionary objects, and a MaplexDictionary object is a collection of MaplexDictionaryEntry objects. The dictionaries are held as a property of a MaplexOverposterProperties object, and are referenced on a per-labeling class basis from the MaplexOverposterLayerProperties.
Method Summary | |
---|---|
void |
addDictionary(IMaplexDictionary dictionary)
Adds a dictionary to the collection. |
void |
clear()
Removes all dictionaries from the collection. |
IMaplexDictionary |
getDictionary(int index)
Queries a dictionary from the collection. |
int |
getDictionaryCount()
The number of dictionaries in the collection. |
void |
removeDictionary(int index)
Deletes the dictionary from the collection. |
Method Detail |
---|
int getDictionaryCount() throws IOException, AutomationException
The
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addDictionary(IMaplexDictionary dictionary) throws IOException, AutomationException
dictionary
- A reference to a com.esri.arcgis.carto.IMaplexDictionary (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMaplexDictionary getDictionary(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeDictionary(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 |