com.esri.arcgis.carto
Interface acNumLabels

All Superinterfaces:
java.io.Serializable

public interface acNumLabels
extends java.io.Serializable

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

Description: 'ArcIMS number of labels 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 acOneLabelPerName
          One label per name.
static int acOneLabelPerPart
          One label per part.
static int acOneLabelPerShape
          One label per shape.
 

Field Detail

acOneLabelPerName

static final int acOneLabelPerName
One label per name.

See Also:
Constant Field Values

acOneLabelPerShape

static final int acOneLabelPerShape
One label per shape.

See Also:
Constant Field Values

acOneLabelPerPart

static final int acOneLabelPerPart
One label per part.

See Also:
Constant Field Values