com.esri.arcgis.carto
Interface acLabelMode

All Superinterfaces:
java.io.Serializable

public interface acLabelMode
extends java.io.Serializable

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

Description: 'ArcIMS label mode 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 acFullLabel
          Full label.
static int acNumericOnlyLabel
          Numeric only label.
 

Field Detail

acFullLabel

static final int acFullLabel
Full label.

See Also:
Constant Field Values

acNumericOnlyLabel

static final int acNumericOnlyLabel
Numeric only label.

See Also:
Constant Field Values