|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.DocumentObject
public abstract class DocumentObject
Constructor Summary | |
---|---|
protected |
DocumentObject(Document doc,
DocumentObject owner)
|
Method Summary | |
---|---|
DocumentObject |
deepClone()
Creates a duplicate of the document object. |
abstract DocumentObjectCollection |
getChildObjects()
Gets the child objects of the entity. |
abstract DocumentObjectType |
getDocumentObjectType()
Gets the type of the document object. |
DocumentObject |
getFirstChild()
Gets the first child of the Element. |
DocumentObject |
getLastChild()
Gets the last child of the Element. |
IDocumentObject |
getNextSibling()
Gets the next sibling. |
IDocumentObject |
getNextWidgetSibling()
Gets the next sibling. |
DocumentObject |
getOwner()
Gets the owner of this entity. |
IDocumentObject |
getPreviousSibling()
Gets the previous sibling. |
IDocumentObject |
getPreviousWidgetSibling()
Gets the previous widget sibling. |
boolean |
isComposite()
Indicating whether this instance is composite. |
DocumentObject |
prependChild(DocumentObject newChild)
|
java.lang.String |
toString(java.lang.String seperator)
Exports the name and index in container of the object into a string in the specified seperator. |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject |
---|
getDocument |
Constructor Detail |
---|
protected DocumentObject(Document doc, DocumentObject owner)
Method Detail |
---|
public abstract DocumentObjectCollection getChildObjects()
public abstract DocumentObjectType getDocumentObjectType()
getDocumentObjectType
in interface IDocumentObject
public DocumentObject getOwner()
getOwner
in interface IDocumentObject
getOwner
in class OwnerHolder
public IDocumentObject getPreviousSibling()
getPreviousSibling
in interface IDocumentObject
public IDocumentObject getNextSibling()
getNextSibling
in interface IDocumentObject
public boolean isComposite()
isComposite
in interface IDocumentObject
public DocumentObject getFirstChild()
If there is no first child Element, a null is returned.
public DocumentObject getLastChild()
If there is no last child Element, a null is returned.
public DocumentObject deepClone()
deepClone
in interface IDocumentObject
public java.lang.String toString(java.lang.String seperator)
seperator
-
public IDocumentObject getPreviousWidgetSibling()
public IDocumentObject getNextWidgetSibling()
public DocumentObject prependChild(DocumentObject newChild)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |