com.esri.arcgis.carto
Interface esriMaplexStrategyIdentifier

All Superinterfaces:
Serializable

public interface esriMaplexStrategyIdentifier
extends Serializable

Maplex strategy identifier options.

Product Availability

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


Field Summary
static int esriMaplexStrategyAbbreviation
          Identifies the abbreviation strategy.
static int esriMaplexStrategyFontCompression
          Identifies the font compression strategy.
static int esriMaplexStrategyFontReduction
          Identifies the font reduction strategy.
static int esriMaplexStrategyOverrun
          Identifies the overrun strategy.
static int esriMaplexStrategyStacking
          Identifies the label stacking strategy.
 

Field Detail

esriMaplexStrategyStacking

static final int esriMaplexStrategyStacking
Identifies the label stacking strategy.

See Also:
Constant Field Values

esriMaplexStrategyOverrun

static final int esriMaplexStrategyOverrun
Identifies the overrun strategy.

See Also:
Constant Field Values

esriMaplexStrategyFontCompression

static final int esriMaplexStrategyFontCompression
Identifies the font compression strategy.

See Also:
Constant Field Values

esriMaplexStrategyFontReduction

static final int esriMaplexStrategyFontReduction
Identifies the font reduction strategy.

See Also:
Constant Field Values

esriMaplexStrategyAbbreviation

static final int esriMaplexStrategyAbbreviation
Identifies the abbreviation strategy.

See Also:
Constant Field Values