public final class EmfPlusRegionNodeChildNodes extends EmfPlusStructureObjectType
The EmfPlusRegionNodeChildNodes object specifies child nodes of a graphics region node
Modifier and Type | Class and Description |
---|---|
static class |
EmfPlusRegionNodeChildNodes.NodesOperation
The nodes operation
|
Constructor and Description |
---|
EmfPlusRegionNodeChildNodes() |
Modifier and Type | Method and Description |
---|---|
EmfPlusRegionNode |
getLeft()
Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.
|
int |
getOperation()
Gets or sets the operation.
|
EmfPlusRegionNode |
getRight()
Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.
|
void |
setLeft(EmfPlusRegionNode value)
Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.
|
void |
setOperation(int value)
Gets or sets the operation.
|
void |
setRight(EmfPlusRegionNode value)
Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.
|
public int getOperation()
Gets or sets the operation.
Value: The operation.public void setOperation(int value)
Gets or sets the operation.
Value: The operation.public EmfPlusRegionNode getLeft()
Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.
public void setLeft(EmfPlusRegionNode value)
Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.
public EmfPlusRegionNode getRight()
Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.
public void setRight(EmfPlusRegionNode value)
Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.