com.esri.arcgis.carto
Interface esriOverposterPolygonPlacementMethod

All Superinterfaces:
java.io.Serializable

public interface esriOverposterPolygonPlacementMethod
extends java.io.Serializable

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

Description: 'Overposter label placement methods for polygons.' 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 esriAlwaysHorizontal
          Place the label horizontal within polygon feature.
static int esriAlwaysStraight
          Place the label horizontal within polygon feature.
static int esriMixedStrategy
          Place the label using a mixed strategy within polygon feature.
 

Field Detail

esriAlwaysHorizontal

static final int esriAlwaysHorizontal
Place the label horizontal within polygon feature.

See Also:
Constant Field Values

esriAlwaysStraight

static final int esriAlwaysStraight
Place the label horizontal within polygon feature.

See Also:
Constant Field Values

esriMixedStrategy

static final int esriMixedStrategy
Place the label using a mixed strategy within polygon feature.

See Also:
Constant Field Values