Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emfplus.records |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.3 EMF+ Records
|
Modifier and Type | Class and Description |
---|---|
class |
EmfPlusBeginContainer
The EmfPlusBeginContainer record opens a new graphics state container and specifies a transform for it.
|
class |
EmfPlusBeginContainerNoParams
The EmfPlusBeginContainerNoParams record opens a new graphics state container.
|
class |
EmfPlusEndContainer
The EmfPlusEndContainer record closes a graphics state container that was previously opened by a begin container operation.
|
class |
EmfPlusRestore
The EmfPlusRestore record restores the graphics state, identified by a specified index, from a stack of saved graphics states.
|
class |
EmfPlusSave
The EmfPlusSave record saves the graphics state, identified by a specified index, on a stack of saved graphics states.
|