EmfContrast
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfContrast extends System.Enum
L’énumération Contrast définit des valeurs pour l’une des caractéristiques du système PANOSE de classification des polices.
Champs
| Champ | Description |
|---|---|
| PAN_ANY | Le contraste Any |
| PAN_NO_FIT | Le No fit. |
| PAN_CONTRAST_NONE | Aucun contraste. |
| PAN_CONTRAST_VERY_LOW | Contraste très faible. |
| PAN_CONTRAST_LOW | Contraste faible. |
| PAN_CONTRAST_MEDIUM_LOW | Le Medium low. |
| PAN_CONTRAST_MEDIUM | Le Medium. |
| PAN_CONTRAST_MEDIUM_HIGH | Le Medium high. |
| PAN_CONTRAST_HIGH | Le contraste élevé. |
| PAN_CONTRAST_VERY_HIGH | Le très élevé. |
PAN_ANY
public static final byte PAN_ANY
Le contraste Any
PAN_NO_FIT
public static final byte PAN_NO_FIT
Le No fit.
PAN_CONTRAST_NONE
public static final byte PAN_CONTRAST_NONE
Aucun contraste.
PAN_CONTRAST_VERY_LOW
public static final byte PAN_CONTRAST_VERY_LOW
Contraste très faible.
PAN_CONTRAST_LOW
public static final byte PAN_CONTRAST_LOW
Contraste faible.
PAN_CONTRAST_MEDIUM_LOW
public static final byte PAN_CONTRAST_MEDIUM_LOW
Le Medium low.
PAN_CONTRAST_MEDIUM
public static final byte PAN_CONTRAST_MEDIUM
Le Medium.
PAN_CONTRAST_MEDIUM_HIGH
public static final byte PAN_CONTRAST_MEDIUM_HIGH
Le Medium high.
PAN_CONTRAST_HIGH
public static final byte PAN_CONTRAST_HIGH
Le contraste élevé.
PAN_CONTRAST_VERY_HIGH
public static final byte PAN_CONTRAST_VERY_HIGH
Le très élevé.