com.esri.arcgis.carto
Interface esriRectanglePosition

All Superinterfaces:
java.io.Serializable

public interface esriRectanglePosition
extends java.io.Serializable

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

Description: 'Options for the position of a text label with respect to a rectangle.' 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 esriBottomSide
          Positioned below rectangle.
static int esriLeftSide
          Positioned before rectangle.
static int esriRightSide
          Position after rectangle.
static int esriTopSide
          Positioned above rectangle.
 

Field Detail

esriTopSide

static final int esriTopSide
Positioned above rectangle.

See Also:
Constant Field Values

esriBottomSide

static final int esriBottomSide
Positioned below rectangle.

See Also:
Constant Field Values

esriLeftSide

static final int esriLeftSide
Positioned before rectangle.

See Also:
Constant Field Values

esriRightSide

static final int esriRightSide
Position after rectangle.

See Also:
Constant Field Values