com.esri.arcgis.carto
Interface esriT3DJustification

All Superinterfaces:
Serializable

public interface esriT3DJustification
extends Serializable

Text3D justification.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriT3DJustifyCenter
          Center justified.
static int esriT3DJustifyLeft
          Left justified.
static int esriT3DJustifyRight
          Right justified.
 

Field Detail

esriT3DJustifyLeft

static final int esriT3DJustifyLeft
Left justified.

See Also:
Constant Field Values

esriT3DJustifyCenter

static final int esriT3DJustifyCenter
Center justified.

See Also:
Constant Field Values

esriT3DJustifyRight

static final int esriT3DJustifyRight
Right justified.

See Also:
Constant Field Values