Packages

 

com.aspose.imaging.fileformats.cdr.objects

Class CdrObjectContainer

    • Constructor Detail

      • CdrObjectContainer

        public CdrObjectContainer()
    • Method Detail

      • getChilds

        public final List<CdrObject> getChilds()

        Gets the objects.

        Returns:
        the objects.
      • getLoadToLastChild

        public final boolean getLoadToLastChild()

        Gets a value indicating whether [load to last child].

        Returns:
        a value indicating whether [load to last child].
      • setLoadToLastChild

        public final void setLoadToLastChild(boolean value)

        Sets a value indicating whether [load to last child].

        Parameters:
        value - a value indicating whether [load to last child].
      • getLastChild

        public final CdrObjectContainer getLastChild()

        Gets the last child.

        Returns:
        the last child.
      • setLastChild

        public final void setLastChild(CdrObjectContainer value)

        Sets the last child.

        Parameters:
        value - the last child.
      • addChildObject

        public final void addChildObject(CdrObject cdrObject)

        Adds the child object.

        Parameters:
        cdrObject - The CDR object.
      • insertObject

        public final void insertObject(CdrObject cdrObject)

        Inserts the object

        Parameters:
        cdrObject - The CDR object.