com.esri.arcgis.carto
Interface IMaplexKeyNumberGroup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMaplexKeyNumberGroupProxy, MaplexKeyNumberGroup

public interface IMaplexKeyNumberGroup
extends java.io.Serializable

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

Description: 'Provides access to members that control a Maplex key numbering group.' 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 IIDae54019f_8f5e_6742_88f5_663fe3e3dba5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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.
 java.lang.String getName()
          The name of the key numbering group.
 int getNumberResetType()
          The type of number reset used by the key numbering group.
 void setDelimiterCharacter(java.lang.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(java.lang.String name)
          The name of the key numbering group.
 void setNumberResetType(int value)
          The type of number reset used by the key numbering group.
 

Field Detail

IIDae54019f_8f5e_6742_88f5_663fe3e3dba5

static final int IIDae54019f_8f5e_6742_88f5_663fe3e3dba5
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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the key numbering group.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The name of the key numbering group.

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

getHorizontalAlignment

int getHorizontalAlignment()
                           throws java.io.IOException,
                                  AutomationException
The horizontal alignment used by the key numbering group.

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

setHorizontalAlignment

void setHorizontalAlignment(int value)
                            throws java.io.IOException,
                                   AutomationException
The horizontal alignment used by the key numbering group.

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

getMinimumNumberOfLines

int getMinimumNumberOfLines()
                            throws java.io.IOException,
                                   AutomationException
The minimum number of lines allowed in the key numbering group.

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

setMinimumNumberOfLines

void setMinimumNumberOfLines(int value)
                             throws java.io.IOException,
                                    AutomationException
The minimum number of lines allowed in the key numbering group.

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

getMaximumNumberOfLines

int getMaximumNumberOfLines()
                            throws java.io.IOException,
                                   AutomationException
The maximum number of lines allowed in the key numbering group.

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

setMaximumNumberOfLines

void setMaximumNumberOfLines(int value)
                             throws java.io.IOException,
                                    AutomationException
The maximum number of lines allowed in the key numbering group.

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

getDelimiterCharacter

java.lang.String getDelimiterCharacter()
                                       throws java.io.IOException,
                                              AutomationException
The delimiter character used by the key numbering group.

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

setDelimiterCharacter

void setDelimiterCharacter(java.lang.String name)
                           throws java.io.IOException,
                                  AutomationException
The delimiter character used by the key numbering group.

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

getNumberResetType

int getNumberResetType()
                       throws java.io.IOException,
                              AutomationException
The type of number reset used by the key numbering group.

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

setNumberResetType

void setNumberResetType(int value)
                        throws java.io.IOException,
                               AutomationException
The type of number reset used by the key numbering group.

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