com.esri.arcgis.display
Interface esriMaskStyle

All Superinterfaces:
java.io.Serializable

public interface esriMaskStyle
extends java.io.Serializable

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

Description: 'Text symbol mask styles.' 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 esriMSHalo
          The text mask style is halo.
static int esriMSNone
          No mask.
 

Field Detail

esriMSNone

static final int esriMSNone
No mask.

See Also:
Constant Field Values

esriMSHalo

static final int esriMSHalo
The text mask style is halo.

See Also:
Constant Field Values