EmfPlusRegionNodeChildNodes
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType
public final class EmfPlusRegionNodeChildNodes extends EmfPlusStructureObjectType
The EmfPlusRegionNodeChildNodes object specifies child nodes of a graphics region node
Constructors
Constructor | Description |
---|---|
EmfPlusRegionNodeChildNodes() |
Methods
Method | Description |
---|---|
getOperation() | Gets or sets the operation. |
setOperation(int value) | Gets or sets the operation. |
getLeft() | Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node. |
setLeft(EmfPlusRegionNode value) | Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node. |
getRight() | Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node. |
setRight(EmfPlusRegionNode value) | Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node. |
EmfPlusRegionNodeChildNodes()
public EmfPlusRegionNodeChildNodes()
getOperation()
public int getOperation()
Gets or sets the operation.
Value: The operation.
Returns: int
setOperation(int value)
public void setOperation(int value)
Gets or sets the operation.
Value: The operation.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getLeft()
public EmfPlusRegionNode getLeft()
Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.
Returns: EmfPlusRegionNode
setLeft(EmfPlusRegionNode value)
public void setLeft(EmfPlusRegionNode value)
Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfPlusRegionNode |
getRight()
public EmfPlusRegionNode getRight()
Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.
Returns: EmfPlusRegionNode
setRight(EmfPlusRegionNode value)
public void setRight(EmfPlusRegionNode value)
Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfPlusRegionNode |