com.esri.arcgis.carto
Interface esriRectanglePosition

All Superinterfaces:
Serializable

public interface esriRectanglePosition
extends Serializable

Options for the position of a text label with respect to a rectangle.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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