Click or drag to resize

IStructureDocument Interface

Represents a structure document that can be composed of other objects.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IStructureDocument : ICompositeObject, 
	IDocumentObject

The IStructureDocument type exposes the following members.

Properties
Name Description
Public property BreakCharacterFormat
Get the character format of the break.
Public property ChildObjects
Gets the child entities.
(Inherited from ICompositeObject .)
Public property Document
Gets document of this entity.
(Inherited from IDocumentObject .)
Public property DocumentObjectType
Gets the type of the document object.
(Inherited from IDocumentObject .)
Public property IsComposite
Gets a value indicating whether this instance is composite.
(Inherited from IDocumentObject .)
Public property NextSibling
Gets the next sibling.
(Inherited from IDocumentObject .)
Public property Owner
Gets owner of this document object.
(Inherited from IDocumentObject .)
Public property PreviousSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Public property SDTProperties
Get the Sdt properties.
Top
Methods
Name Description
Public method Clone
Creates a duplicate of the document object.
(Inherited from IDocumentObject .)
Public method GetNextWidgetSibling
Gets the next widget sibling.
(Inherited from IDocumentObject .)
Public method GetPreviousWidgetSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Public method UpdateDataBinding
Updates stuctured documnet tag content with bound data.
Top
See Also