com.esri.arcgis.carto
Interface acLineLabelPosition

All Superinterfaces:
Serializable

public interface acLineLabelPosition
extends Serializable

ArcIMS line label position options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acLLPlaceAbove
          Place above line.
static int acLLPlaceAboveBelow
          Place above or below line.
static int acLLPlaceAtEitherEnd
          Place at beginning or end.
static int acLLPlaceAtEnd
          Place at end of the line.
static int acLLPlaceAtStart
          Place at beginning of the line.
static int acLLPlaceBelow
          Place below line.
static int acLLPlaceHorizontal
          Place horizontal.
static int acLLPlaceInLine
          Place anywhere on the line.
static int acLLPlaceLeft
          Place at left side of the line.
static int acLLPlaceLeftRight
          Place at either end of the line.
static int acLLPlaceNone
          Do not place label.
static int acLLPlaceOnTop
          Place on top of the line.
static int acLLPlaceOnTopHorizontal
          Place on top horizontal.
static int acLLPlaceParallel
          Place parallel.
static int acLLPlacePerpendicular
          Place perpendicular.
static int acLLPlaceRight
          Place at the right side of the line.
 

Field Detail

acLLPlaceNone

static final int acLLPlaceNone
Do not place label.

See Also:
Constant Field Values

acLLPlaceAbove

static final int acLLPlaceAbove
Place above line.

See Also:
Constant Field Values

acLLPlaceBelow

static final int acLLPlaceBelow
Place below line.

See Also:
Constant Field Values

acLLPlaceOnTop

static final int acLLPlaceOnTop
Place on top of the line.

See Also:
Constant Field Values

acLLPlaceLeft

static final int acLLPlaceLeft
Place at left side of the line.

See Also:
Constant Field Values

acLLPlaceRight

static final int acLLPlaceRight
Place at the right side of the line.

See Also:
Constant Field Values

acLLPlaceAboveBelow

static final int acLLPlaceAboveBelow
Place above or below line.

See Also:
Constant Field Values

acLLPlaceLeftRight

static final int acLLPlaceLeftRight
Place at either end of the line.

See Also:
Constant Field Values

acLLPlaceInLine

static final int acLLPlaceInLine
Place anywhere on the line.

See Also:
Constant Field Values

acLLPlaceAtStart

static final int acLLPlaceAtStart
Place at beginning of the line.

See Also:
Constant Field Values

acLLPlaceAtEnd

static final int acLLPlaceAtEnd
Place at end of the line.

See Also:
Constant Field Values

acLLPlaceAtEitherEnd

static final int acLLPlaceAtEitherEnd
Place at beginning or end.

See Also:
Constant Field Values

acLLPlaceParallel

static final int acLLPlaceParallel
Place parallel.

See Also:
Constant Field Values

acLLPlacePerpendicular

static final int acLLPlacePerpendicular
Place perpendicular.

See Also:
Constant Field Values

acLLPlaceHorizontal

static final int acLLPlaceHorizontal
Place horizontal.

See Also:
Constant Field Values

acLLPlaceOnTopHorizontal

static final int acLLPlaceOnTopHorizontal
Place on top horizontal.

See Also:
Constant Field Values