com.esri.arcgis.carto
Interface esriLabelEnvLabelStyleMethod

All Superinterfaces:
java.io.Serializable

public interface esriLabelEnvLabelStyleMethod
extends java.io.Serializable

Constants from esriLabelEnvLabelStyleMethod' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Label environment, label style source options.' 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 int esriChooseLabelStyle
          Use label style from style gallery.
static int esriUseFeatureLayerLabelStyle
          Use label style from feature layer.
 

Field Detail

esriUseFeatureLayerLabelStyle

static final int esriUseFeatureLayerLabelStyle
Use label style from feature layer.

See Also:
Constant Field Values

esriChooseLabelStyle

static final int esriChooseLabelStyle
Use label style from style gallery.

See Also:
Constant Field Values