Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfMetafileVersion

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


  • public final class WmfMetafileVersion
    extends com.aspose.ms.System.Enum

    The MetafileVersion Enumeration defines values that specify support for device-independent bitmaps (DIBs) in metafiles.

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

      Fields 
      Modifier and Type Field and Description
      static short METAVERSION100
      DIBs are not supported.
      static short METAVERSION300
      DIBs are supported.
      • Fields inherited from class com.aspose.ms.System.Enum

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

      • METAVERSION100

        public static final short METAVERSION100

        DIBs are not supported.

        See Also:
        Constant Field Values
      • METAVERSION300

        public static final short METAVERSION300

        DIBs are supported.

        See Also:
        Constant Field Values