com.esri.arcgis.maplex
Interface esriMaplexTextPathType

All Superinterfaces:
java.io.Serializable

public interface esriMaplexTextPathType
extends java.io.Serializable

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

Description: 'Identifies the Maplex text path types.' 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 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