public final class EmfPlusMetafileDataType
extends com.aspose.ms.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).
Modifier and Type | Field and Description |
---|---|
static int |
MetafileDataTypeEmf
Specifies that the metafile is an EMF metafile that specifies graphics operations with EMF records, as specified in [MS-EMF].
|
static int |
MetafileDataTypeEmfPlusDual
Specifies that the metafile is an EMF+ metafile that specifies graphics operations with both EMF and EMF+ records.
|
static int |
MetafileDataTypeEmfPlusOnly
Specifies that the metafile is an EMF+ metafile that specifies graphics operations with EMF+ records only.
|
static int |
MetafileDataTypeWmf
Specifies that the metafile is a WMF metafile that specifies graphics operations with WMF records, as specified in [MS-WMF].
|
static 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].
|
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
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].
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].
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].
public static final int MetafileDataTypeEmfPlusOnly
Specifies that the metafile is an EMF+ metafile that specifies graphics operations with EMF+ records only.
public static final int MetafileDataTypeEmfPlusDual
Specifies that the metafile is an EMF+ metafile that specifies graphics operations with both EMF and EMF+ records.