com.esri.arcgis.cartoUI
Interface ILabelStyleSelector

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILabelStyleSelectorProxy, LabelStyleSelector, MaplexLabelStyleSelector

public interface ILabelStyleSelector
extends java.io.Serializable

COM Interface 'ILabelStyleSelector'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members that control a Label Style Selector.' 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 IIDdf8c493c_24f3_4eba_ac21_d07f600569b1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean applies(ILabelStyle style)
          Indicates if this label style selector can be used with the specified label style.
 

Field Detail

IIDdf8c493c_24f3_4eba_ac21_d07f600569b1

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

applies

boolean applies(ILabelStyle style)
                throws java.io.IOException,
                       AutomationException
Indicates if this label style selector can be used with the specified label style.

Parameters:
style - A reference to a com.esri.arcgis.carto.ILabelStyle (in)
Returns:
The applies
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.