com.esri.arcgis.maplex
Interface esriMaplexTextPathType

All Superinterfaces:
Serializable

public interface esriMaplexTextPathType
extends Serializable

Identifies the Maplex text path types.

Product Availability

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

Supported Platforms

Windows


Field Summary
static int esriMaplexOverposterTextPath
          An overposter text path.
static int esriMaplexSimpleTextPath
          A simple text path.
static int esriMaplexWordTextPath
          A word text path.
 

Field Detail

esriMaplexSimpleTextPath

static final int esriMaplexSimpleTextPath
A simple text path.

See Also:
Constant Field Values

esriMaplexOverposterTextPath

static final int esriMaplexOverposterTextPath
An overposter text path.

See Also:
Constant Field Values

esriMaplexWordTextPath

static final int esriMaplexWordTextPath
A word text path.

See Also:
Constant Field Values