com.esri.arcgis.display
Interface esriTextCase

All Superinterfaces:
Serializable

public interface esriTextCase
extends Serializable

Text symbol case options.

Description

esriTextCase is the case of the characters in an IFormattedTextSymbol. Note, the string in the Text property of the IFormattedTextSymbol are not changed, this is for display purposes only.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
IFormattedTextSymbol.getCase(), IFormattedTextSymbol

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