| IStructureDocument Interface | 
Namespace: Spire.Doc.Documents
 Syntax
Syntax
 
The IStructureDocument type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | BreakCharacterFormat | 
 Get the character format of the break.
 | 
|   | ChildObjects | 
 Gets the child entities.
(Inherited from
 ICompositeObject
.) | 
|   | Document | 
 Gets document of this entity.
(Inherited from
 IDocumentObject
.) | 
|   | DocumentObjectType | 
 Gets the type of the document object.
(Inherited from
 IDocumentObject
.) | 
|   | IsComposite | 
 Gets a value indicating whether this instance is composite.
(Inherited from
 IDocumentObject
.) | 
|   | NextSibling | 
 Gets the next sibling.
(Inherited from
 IDocumentObject
.) | 
|   | Owner | 
 Gets owner of this document object.
(Inherited from
 IDocumentObject
.) | 
|   | PreviousSibling | 
 Gets the previous sibling.
(Inherited from
 IDocumentObject
.) | 
|   | SDTProperties | 
 Get the Sdt properties.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Clone | 
 Creates a duplicate of the document object.
(Inherited from
 IDocumentObject
.) | 
|   | GetNextWidgetSibling | 
 Gets the next widget sibling.
(Inherited from
 IDocumentObject
.) | 
|   | GetPreviousWidgetSibling | 
 Gets the previous sibling.
(Inherited from
 IDocumentObject
.) | 
|   | UpdateDataBinding | 
 Updates stuctured documnet tag content with bound data.
 | 
 See Also
See Also