|
|||||||||
| 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 IDocumentObjectpublic DocumentObject getOwner()
getOwner in interface IDocumentObjectpublic IDocumentObject getPreviousSibling()
getPreviousSibling in interface IDocumentObjectpublic IDocumentObject getNextSibling()
getNextSibling in interface IDocumentObjectpublic boolean isComposite()
isComposite in interface IDocumentObjectpublic DocumentObject getFirstChild()
public DocumentObject getLastChild()
public DocumentObject deepClone()
deepClone in interface IDocumentObjectpublic 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 | ||||||||