com.esri.arcgis.carto
Interface IOverposterProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicOverposterProperties, IOverposterPropertiesProxy, MaplexOverposterProperties

public interface IOverposterProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control label placement.' 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 IIDe265c5b5_4513_4bb9_b280_27b03aae5957
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IUID getAnnotateFeatureID()
          The UID of the required AnnotateFeature object.
 IUID getAnnotateMapID()
          The UID of the required AnnotateMap object.
 IUID getFeatureLayerPropertiesID()
          The UID of the required labeling LabelEngineLayerProperties object.
 IUID getLabelStyleID()
          The UID of the required LabelStyle object.
 java.lang.String getName()
          Name of the overposter.
 

Field Detail

IIDe265c5b5_4513_4bb9_b280_27b03aae5957

static final int IIDe265c5b5_4513_4bb9_b280_27b03aae5957
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
Name of the overposter.

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

getAnnotateFeatureID

IUID getAnnotateFeatureID()
                          throws java.io.IOException,
                                 AutomationException
The UID of the required AnnotateFeature object.

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnnotateMapID

IUID getAnnotateMapID()
                      throws java.io.IOException,
                             AutomationException
The UID of the required AnnotateMap object.

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureLayerPropertiesID

IUID getFeatureLayerPropertiesID()
                                 throws java.io.IOException,
                                        AutomationException
The UID of the required labeling LabelEngineLayerProperties object.

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabelStyleID

IUID getLabelStyleID()
                     throws java.io.IOException,
                            AutomationException
The UID of the required LabelStyle object.

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.