|
|||||||||
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
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. |
documentobject |
getowner()
gets the owner of this entity. |
idocumentobject |
getprevioussibling()
gets the previous sibling. |
boolean |
iscomposite()
indicating whether this instance is composite. |
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 |
method detail |
---|
public abstract documentobjectcollection getchildobjects()
public abstract documentobjecttype getdocumentobjecttype()
getdocumentobjecttype
in interface idocumentobject
public documentobject getowner()
getowner
in interface idocumentobject
public idocumentobject getprevioussibling()
getprevioussibling
in interface idocumentobject
public idocumentobject getnextsibling()
getnextsibling
in interface idocumentobject
public boolean iscomposite()
iscomposite
in interface idocumentobject
public documentobject getfirstchild()
public documentobject getlastchild()
public documentobject deepclone()
deepclone
in interface idocumentobject
public java.lang.string tostring(java.lang.string seperator)
seperator
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |