EmfContrast
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfContrast extends System.Enum
The Contrast enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.
Fields
Field | Description |
---|---|
PAN_ANY | The Any contrast |
PAN_NO_FIT | The No fit. |
PAN_CONTRAST_NONE | None contrast. |
PAN_CONTRAST_VERY_LOW | Very low contrast. |
PAN_CONTRAST_LOW | Low contrast. |
PAN_CONTRAST_MEDIUM_LOW | The Medium low. |
PAN_CONTRAST_MEDIUM | The Medium. |
PAN_CONTRAST_MEDIUM_HIGH | The Medium high. |
PAN_CONTRAST_HIGH | The High contrast. |
PAN_CONTRAST_VERY_HIGH | The Very high. |
PAN_ANY
public static final byte PAN_ANY
The Any contrast
PAN_NO_FIT
public static final byte PAN_NO_FIT
The No fit.
PAN_CONTRAST_NONE
public static final byte PAN_CONTRAST_NONE
None contrast.
PAN_CONTRAST_VERY_LOW
public static final byte PAN_CONTRAST_VERY_LOW
Very low contrast.
PAN_CONTRAST_LOW
public static final byte PAN_CONTRAST_LOW
Low contrast.
PAN_CONTRAST_MEDIUM_LOW
public static final byte PAN_CONTRAST_MEDIUM_LOW
The Medium low.
PAN_CONTRAST_MEDIUM
public static final byte PAN_CONTRAST_MEDIUM
The Medium.
PAN_CONTRAST_MEDIUM_HIGH
public static final byte PAN_CONTRAST_MEDIUM_HIGH
The Medium high.
PAN_CONTRAST_HIGH
public static final byte PAN_CONTRAST_HIGH
The High contrast.
PAN_CONTRAST_VERY_HIGH
public static final byte PAN_CONTRAST_VERY_HIGH
The Very high.