|
|||||||||
| 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 IDocumentObjectpublic DocumentObject getOwner()
getOwner in interface IDocumentObjectgetOwner in class OwnerHolderpublic IDocumentObject getPreviousSibling()
getPreviousSibling in interface IDocumentObjectpublic IDocumentObject getNextSibling()
getNextSibling in interface IDocumentObjectpublic boolean isComposite()
isComposite in interface IDocumentObjectpublic 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 IDocumentObjectpublic 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 | ||||||||