com.esri.arcgis.carto
Interface esriDimensionTextFit

All Superinterfaces:
Serializable

public interface esriDimensionTextFit
extends Serializable

Dimension Text Fit Options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDimensionTextFitMoveBegin
          Move the text outside the begin extension line.
static int esriDimensionTextFitMoveEnd
          Move the text outside the end extension line.
static int esriDimensionTextFitNone
          Do not fit the text.
 

Field Detail

esriDimensionTextFitNone

static final int esriDimensionTextFitNone
Do not fit the text.

See Also:
Constant Field Values

esriDimensionTextFitMoveBegin

static final int esriDimensionTextFitMoveBegin
Move the text outside the begin extension line.

See Also:
Constant Field Values

esriDimensionTextFitMoveEnd

static final int esriDimensionTextFitMoveEnd
Move the text outside the end extension line.

See Also:
Constant Field Values