com.esri.arcgis.display
Interface esriTextCase

All Superinterfaces:
java.io.Serializable

public interface esriTextCase
extends java.io.Serializable

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

Description: 'Text symbol case options.' 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 esriTCAllCaps
          The text draws as all capitals.
static int esriTCLowercase
          The text draws as all lowercase.
static int esriTCNormal
          The text draws normally.
static int esriTCSmallCaps
          The text draws as small capitals.
 

Field Detail

esriTCNormal

static final int esriTCNormal
The text draws normally.

See Also:
Constant Field Values

esriTCLowercase

static final int esriTCLowercase
The text draws as all lowercase.

See Also:
Constant Field Values

esriTCAllCaps

static final int esriTCAllCaps
The text draws as all capitals.

See Also:
Constant Field Values

esriTCSmallCaps

static final int esriTCSmallCaps
The text draws as small capitals.

See Also:
Constant Field Values