Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusRegionNodeChildNodes

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusRegionNodeChildNodes
    extends EmfPlusStructureObjectType

    The EmfPlusRegionNodeChildNodes object specifies child nodes of a graphics region node

    • Constructor Detail

      • EmfPlusRegionNodeChildNodes

        public EmfPlusRegionNodeChildNodes()
    • Method Detail

      • getOperation

        public int getOperation()

        Gets or sets the operation.

        Value: The operation.
      • setOperation

        public void setOperation(int value)

        Gets or sets the operation.

        Value: The operation.
      • getLeft

        public EmfPlusRegionNode getLeft()

        Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.

      • setLeft

        public void setLeft(EmfPlusRegionNode value)

        Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.

      • getRight

        public EmfPlusRegionNode getRight()

        Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.

      • setRight

        public void setRight(EmfPlusRegionNode value)

        Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.