com.esri.arcgis.carto
Interface esriMaplexAbbrevType

All Superinterfaces:
Serializable

public interface esriMaplexAbbrevType
extends Serializable

Identifies the types of dictionary abbreviations.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMaplexAbbrevTypeEnding
          Optionally abbreviate the generic part of the label (typically the ending).
static int esriMaplexAbbrevTypeKeyword
          Optionally abbreviate any word (or phrase) other than generic part.
static int esriMaplexAbbrevTypeTranslation
          Forced substitution of keyword if it appears in the string.
 

Field Detail

esriMaplexAbbrevTypeTranslation

static final int esriMaplexAbbrevTypeTranslation
Forced substitution of keyword if it appears in the string.

See Also:
Constant Field Values

esriMaplexAbbrevTypeKeyword

static final int esriMaplexAbbrevTypeKeyword
Optionally abbreviate any word (or phrase) other than generic part.

See Also:
Constant Field Values

esriMaplexAbbrevTypeEnding

static final int esriMaplexAbbrevTypeEnding
Optionally abbreviate the generic part of the label (typically the ending).

See Also:
Constant Field Values