com.esri.arcgis.carto
Interface acPrintMode

All Superinterfaces:
java.io.Serializable

public interface acPrintMode
extends java.io.Serializable

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

Description: 'ArcIMS print mode 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 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