com.esri.arcgis.carto
Interface esriBasicNumLabelsOption

All Superinterfaces:
java.io.Serializable

public interface esriBasicNumLabelsOption
extends java.io.Serializable

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

Description: 'Duplicate label placement 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 esriNoLabelRestrictions
          No restrictions on the number of labels.
static int esriOneLabelPerName
          One label per name.
static int esriOneLabelPerPart
          One label per part.
static int esriOneLabelPerShape
          One label per shape.
 

Field Detail

esriNoLabelRestrictions

static final int esriNoLabelRestrictions
No restrictions on the number of labels.

See Also:
Constant Field Values

esriOneLabelPerName

static final int esriOneLabelPerName
One label per name.

See Also:
Constant Field Values

esriOneLabelPerShape

static final int esriOneLabelPerShape
One label per shape.

See Also:
Constant Field Values

esriOneLabelPerPart

static final int esriOneLabelPerPart
One label per part.

See Also:
Constant Field Values