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

ConstructorDescription
EmfPlusRegionNodeChildNodes()

Methods

MethodDescription
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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueEmfPlusRegionNode

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:

ParameterTypeDescription
valueEmfPlusRegionNode