Click or drag to resize

IDocumentObject Interface

Represents a base entity for other entities of DLS.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IDocumentObject

The IDocumentObject type exposes the following members.

Properties
Name Description
Public property Document
Gets document of this entity.
Public property DocumentObjectType
Gets the type of the document object.
Public property IsComposite
Gets a value indicating whether this instance is composite.
Public property NextSibling
Gets the next sibling.
Public property Owner
Gets owner of this document object.
Public property PreviousSibling
Gets the previous sibling.
Top
Methods
Name Description
Public method Clone
Creates a duplicate of the document object.
Public method GetNextWidgetSibling
Gets the next widget sibling.
Public method GetPreviousWidgetSibling
Gets the previous sibling.
Top
See Also