public abstract class CdrObject extends DisposableObject
The cdr object
| Constructor and Description |
|---|
CdrObject() |
| Modifier and Type | Method and Description |
|---|---|
CdrDocument |
getDocument()
Gets the document.
|
CdrObjectContainer |
getParent()
Gets the parent.
|
void |
setDocument(CdrDocument value)
Sets the document.
|
void |
setParent(CdrObjectContainer value)
Sets the parent.
|
close, dispose, getDisposedpublic final CdrObjectContainer getParent()
Gets the parent.
public final void setParent(CdrObjectContainer value)
Sets the parent.
value - the parent.public final CdrDocument getDocument()
Gets the document.
public final void setDocument(CdrDocument value)
Sets the document.
value - the document.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.