Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emfplus.objects |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.2 EMF+ Objects.
|
Modifier and Type | Method and Description |
---|---|
EmfPlusRegionNode |
EmfPlusRegionNodeChildNodes.getLeft()
Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.
|
EmfPlusRegionNode[] |
EmfPlusRegion.getRegionNode()
Gets or sets an array of RegionNodeCount+1 EmfPlusRegionNode objects
(section 2.2.2.40).
|
EmfPlusRegionNode |
EmfPlusRegionNodeChildNodes.getRight()
Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusRegionNodeChildNodes.setLeft(EmfPlusRegionNode value)
Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.
|
void |
EmfPlusRegion.setRegionNode(EmfPlusRegionNode[] value)
Gets or sets an array of RegionNodeCount+1 EmfPlusRegionNode objects
(section 2.2.2.40).
|
void |
EmfPlusRegionNodeChildNodes.setRight(EmfPlusRegionNode value)
Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.
|