CdrObjectContainer

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject

public abstract class CdrObjectContainer extends CdrObject

The cdr object container

Constructors

ConstructorDescription
CdrObjectContainer()

Methods

MethodDescription
getChilds()Gets the objects.
getLoadToLastChild()Gets a value indicating whether [load to last child].
setLoadToLastChild(boolean value)Sets a value indicating whether [load to last child].
getLastChild()Gets the last child.
setLastChild(CdrObjectContainer value)Sets the last child.
getHidden()Gets a value indicating whether this CdrObjectContainer is visible.
setHidden(boolean value)Sets a value indicating whether this CdrObjectContainer is visible.
addChildObject(CdrObject cdrObject)Adds the child object.
insertObject(CdrObject cdrObject)Inserts the object

CdrObjectContainer()

public CdrObjectContainer()

getChilds()

public final List<CdrObject> getChilds()

Gets the objects.

Returns: java.util.List<com.aspose.imaging.fileformats.cdr.objects.CdrObject> - the objects.

getLoadToLastChild()

public final boolean getLoadToLastChild()

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

Returns: boolean - a value indicating whether [load to last child].

setLoadToLastChild(boolean value)

public final void setLoadToLastChild(boolean value)

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

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether [load to last child].

getLastChild()

public final CdrObjectContainer getLastChild()

Gets the last child.

Returns: CdrObjectContainer - the last child.

setLastChild(CdrObjectContainer value)

public final void setLastChild(CdrObjectContainer value)

Sets the last child.

Parameters:

ParameterTypeDescription
valueCdrObjectContainerthe last child.

getHidden()

public final boolean getHidden()

Gets a value indicating whether this CdrObjectContainer is visible.

Value: true if visible; otherwise, false.

Returns: boolean - a value indicating whether this CdrObjectContainer is visible.

setHidden(boolean value)

public final void setHidden(boolean value)

Sets a value indicating whether this CdrObjectContainer is visible.

Value: true if visible; otherwise, false.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether this CdrObjectContainer is visible.

addChildObject(CdrObject cdrObject)

public final void addChildObject(CdrObject cdrObject)

Adds the child object.

Parameters:

ParameterTypeDescription
cdrObjectCdrObjectThe CDR object.

insertObject(CdrObject cdrObject)

public final void insertObject(CdrObject cdrObject)

Inserts the object

Parameters:

ParameterTypeDescription
cdrObjectCdrObjectThe CDR object.