Packages

 

com.aspose.imaging.fileformats.emf.emf.consts

Class EmfContrast

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emf.consts.EmfContrast


  • 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.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        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
    • Field Detail

      • PAN_CONTRAST_NONE

        public static final byte PAN_CONTRAST_NONE

        None contrast.

        See Also:
        Constant Field Values
      • PAN_CONTRAST_VERY_LOW

        public static final byte PAN_CONTRAST_VERY_LOW

        Very low contrast.

        See Also:
        Constant Field Values
      • PAN_CONTRAST_LOW

        public static final byte PAN_CONTRAST_LOW

        Low contrast.

        See Also:
        Constant Field Values
      • PAN_CONTRAST_MEDIUM_LOW

        public static final byte PAN_CONTRAST_MEDIUM_LOW

        The Medium low.

        See Also:
        Constant Field Values
      • PAN_CONTRAST_MEDIUM

        public static final byte PAN_CONTRAST_MEDIUM

        The Medium.

        See Also:
        Constant Field Values
      • PAN_CONTRAST_MEDIUM_HIGH

        public static final byte PAN_CONTRAST_MEDIUM_HIGH

        The Medium high.

        See Also:
        Constant Field Values
      • PAN_CONTRAST_HIGH

        public static final byte PAN_CONTRAST_HIGH

        The High contrast.

        See Also:
        Constant Field Values
      • PAN_CONTRAST_VERY_HIGH

        public static final byte PAN_CONTRAST_VERY_HIGH

        The Very high.

        See Also:
        Constant Field Values