com.esri.arcgis.carto
Interface IMaplexDictionaryEntry

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMaplexDictionaryEntryProxy, MaplexDictionaryEntry

public interface IMaplexDictionaryEntry
extends java.io.Serializable

COM Interface 'IMaplexDictionaryEntry'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a single entry in a Maplex dictionary.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID20664808_0ac0_1ea9_9dd3_faa1142a71f2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAbbreviation()
          The abbreviation(s) of the text.
 java.lang.String getText()
          The text to be abbreviated.
 int getType()
          Abbreviation options for the text.
 void setAbbreviation(java.lang.String abbreviation)
          The abbreviation(s) of the text.
 void setText(java.lang.String text)
          The text to be abbreviated.
 void setType(int type)
          Abbreviation options for the text.
 

Field Detail

IID20664808_0ac0_1ea9_9dd3_faa1142a71f2

static final int IID20664808_0ac0_1ea9_9dd3_faa1142a71f2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getText

java.lang.String getText()
                         throws java.io.IOException,
                                AutomationException
The text to be abbreviated.

Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setText

void setText(java.lang.String text)
             throws java.io.IOException,
                    AutomationException
The text to be abbreviated.

Parameters:
text - The text (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAbbreviation

java.lang.String getAbbreviation()
                                 throws java.io.IOException,
                                        AutomationException
The abbreviation(s) of the text.

Returns:
The abbreviation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAbbreviation

void setAbbreviation(java.lang.String abbreviation)
                     throws java.io.IOException,
                            AutomationException
The abbreviation(s) of the text.

Parameters:
abbreviation - The abbreviation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType()
            throws java.io.IOException,
                   AutomationException
Abbreviation options for the text.

Returns:
A com.esri.arcgis.carto.esriMaplexAbbrevType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(int type)
             throws java.io.IOException,
                    AutomationException
Abbreviation options for the text.

Parameters:
type - A com.esri.arcgis.carto.esriMaplexAbbrevType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.