com.esri.arcgis.carto
Interface esriMaplexAbbrevType

All Superinterfaces:
java.io.Serializable

public interface esriMaplexAbbrevType
extends java.io.Serializable

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

Description: 'Identifies the types of dictionary abbreviations.' 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 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