| IDocumentObject Interface | 
Namespace: Spire.Doc.Interface
 Syntax
Syntax
 
The IDocumentObject type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | Document | 
 Gets document of this entity.
 | 
|   | DocumentObjectType | 
 Gets the type of the document object.
 | 
|   | IsComposite | 
 Gets a value indicating whether this instance is composite.
 | 
|   | NextSibling | 
 Gets the next sibling.
 | 
|   | Owner | 
 Gets owner of this document object.
 | 
|   | PreviousSibling | 
 Gets the previous sibling.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Clone | 
 Creates a duplicate of the document object.
 | 
|   | GetNextWidgetSibling | 
 Gets the next widget sibling.
 | 
|   | GetPreviousWidgetSibling | 
 Gets the previous sibling.
 | 
 See Also
See Also