com.esri.arcgis.controls
Interface esriToolbarTextAlignment

All Superinterfaces:
java.io.Serializable

public interface esriToolbarTextAlignment
extends java.io.Serializable

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

Description: 'Text placement options for Item captions.' 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 esriTextAlongSide
          The caption is placed to the right of the item.
static int esriTextBelow
          The caption is placed to the bottom of the item.
 

Field Detail

esriTextAlongSide

static final int esriTextAlongSide
The caption is placed to the right of the item.

See Also:
Constant Field Values

esriTextBelow

static final int esriTextBelow
The caption is placed to the bottom of the item.

See Also:
Constant Field Values