public final class EmfContrast
extends com.aspose.ms.System.Enum
The Contrast enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.
Modifier and Type | Field and Description |
---|---|
static byte |
PAN_ANY
The Any contrast
|
static byte |
PAN_CONTRAST_HIGH
The High contrast.
|
static byte |
PAN_CONTRAST_LOW
Low contrast.
|
static byte |
PAN_CONTRAST_MEDIUM
The Medium.
|
static byte |
PAN_CONTRAST_MEDIUM_HIGH
The Medium high.
|
static byte |
PAN_CONTRAST_MEDIUM_LOW
The Medium low.
|
static byte |
PAN_CONTRAST_NONE
None contrast.
|
static byte |
PAN_CONTRAST_VERY_HIGH
The Very high.
|
static byte |
PAN_CONTRAST_VERY_LOW
Very low contrast.
|
static byte |
PAN_NO_FIT
The No fit.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte PAN_ANY
The Any contrast
public static final byte PAN_NO_FIT
The No fit.
public static final byte PAN_CONTRAST_NONE
None contrast.
public static final byte PAN_CONTRAST_VERY_LOW
Very low contrast.
public static final byte PAN_CONTRAST_LOW
Low contrast.
public static final byte PAN_CONTRAST_MEDIUM_LOW
The Medium low.
public static final byte PAN_CONTRAST_MEDIUM
The Medium.
public static final byte PAN_CONTRAST_MEDIUM_HIGH
The Medium high.
public static final byte PAN_CONTRAST_HIGH
The High contrast.
public static final byte PAN_CONTRAST_VERY_HIGH
The Very high.