CdrObject
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject
public abstract class CdrObject extends DisposableObject
The cdr object
Constructors
| Constructor | Description |
|---|---|
| CdrObject() |
Methods
| Method | Description |
|---|---|
| getParent() | Gets the parent. |
| setParent(CdrObjectContainer value) | Sets the parent. |
| getDocument() | Gets the document. |
| setDocument(CdrDocument value) | Sets the document. |
CdrObject()
public CdrObject()
getParent()
public final CdrObjectContainer getParent()
Gets the parent.
Returns: CdrObjectContainer - the parent.
setParent(CdrObjectContainer value)
public final void setParent(CdrObjectContainer value)
Sets the parent.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | CdrObjectContainer | the parent. |
getDocument()
public final CdrDocument getDocument()
Gets the document.
Returns: CdrDocument - the document.
setDocument(CdrDocument value)
public final void setDocument(CdrDocument value)
Sets the document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | CdrDocument | the document. |