com.esri.arcgis.carto
Interface acPrintMode

All Superinterfaces:
Serializable

public interface acPrintMode
extends Serializable

ArcIMS print mode options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acAllLowerPrintMode
          All labels are lowercased .
static int acAllUpperPrintMode
          All labels are uppercased.
static int acNoPrintMode
          No change is made to the label.
static int acTitleCapsPrintMode
          The first letter of each word in a text is uppercased and everything elise is lower cased.
 

Field Detail

acTitleCapsPrintMode

static final int acTitleCapsPrintMode
The first letter of each word in a text is uppercased and everything elise is lower cased.

See Also:
Constant Field Values

acAllUpperPrintMode

static final int acAllUpperPrintMode
All labels are uppercased.

See Also:
Constant Field Values

acAllLowerPrintMode

static final int acAllLowerPrintMode
All labels are lowercased .

See Also:
Constant Field Values

acNoPrintMode

static final int acNoPrintMode
No change is made to the label.

See Also:
Constant Field Values