EmfPlusMetafileDataType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusMetafileDataType extends System.Enum
The MetafileDataType enumeration defines types of metafiles data that can be embedded in an EMF+ metafile.
Embedded metafile data is specified by EmfPlusMetafileData objects (section 2.2.2.27).
Fields
Field | Description |
---|---|
MetafileDataTypeWmf | Specifies that the metafile is a WMF metafile that specifies graphics operations with WMF records, as specified in [MS-WMF]. |
MetafileDataTypeWmfPlaceable | Specifies that the metafile is a WMF metafile that specifies graphics operations with WMF records, and which contains additional header information that makes the WMF metafile device-independent, as specified in [MS-WMF]. |
MetafileDataTypeEmf | Specifies that the metafile is an EMF metafile that specifies graphics operations with EMF records, as specified in [MS-EMF]. |
MetafileDataTypeEmfPlusOnly | Specifies that the metafile is an EMF+ metafile that specifies graphics operations with EMF+ records only. |
MetafileDataTypeEmfPlusDual | Specifies that the metafile is an EMF+ metafile that specifies graphics operations with both EMF and EMF+ records. |
MetafileDataTypeWmf
public static final int MetafileDataTypeWmf
Specifies that the metafile is a WMF metafile that specifies graphics operations with WMF records, as specified in [MS-WMF].
MetafileDataTypeWmfPlaceable
public static final int MetafileDataTypeWmfPlaceable
Specifies that the metafile is a WMF metafile that specifies graphics operations with WMF records, and which contains additional header information that makes the WMF metafile device-independent, as specified in [MS-WMF].
MetafileDataTypeEmf
public static final int MetafileDataTypeEmf
Specifies that the metafile is an EMF metafile that specifies graphics operations with EMF records, as specified in [MS-EMF].
MetafileDataTypeEmfPlusOnly
public static final int MetafileDataTypeEmfPlusOnly
Specifies that the metafile is an EMF+ metafile that specifies graphics operations with EMF+ records only.
MetafileDataTypeEmfPlusDual
public static final int MetafileDataTypeEmfPlusDual
Specifies that the metafile is an EMF+ metafile that specifies graphics operations with both EMF and EMF+ records.