Click or drag to resize

DocumentBase Class

Inheritance Hierarchy

Namespace:  Spire.Doc
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public abstract class DocumentBase : DocumentObject

The DocumentBase type exposes the following members.

Constructors
  NameDescription
Public methodDocumentBase
Initializes a new instance of the DocumentBase class.
Top
Properties
  NameDescription
Public propertyChildObjects
Gets the child objects of the entity.
(Inherited from DocumentObject.)
Public propertyDocument
Gets the document.
(Inherited from OwnerHolder.)
Public propertyDocumentObjectType
Gets the type of the document object.
(Inherited from DocumentObject.)
Public propertyFirstChild (Inherited from DocumentObject.)
Public propertyIsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
Public propertyLastChild (Inherited from DocumentObject.)
Public propertyNextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Public propertyOwner
Gets the owner of this entity.
(Inherited from DocumentObject.)
Public propertyPreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
Protected propertyXDLSHolder (Inherited from DocumentSerializable.)
Top
Methods
  NameDescription
Public methodClone (Inherited from DocumentObject.)
Protected methodCloneImpl (Inherited from DocumentSerializable.)
Protected methodCreateLayoutInfo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetNextWidgetSibling (Inherited from DocumentObject.)
Public methodGetPreviousWidgetSibling (Inherited from DocumentObject.)
Public methodGetType (Inherited from Object.)
Protected methodInitXDLSHolder (Inherited from DocumentSerializable.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReadXmlAttributes (Inherited from DocumentSerializable.)
Protected methodReadXmlContent (Inherited from DocumentSerializable.)
Protected methodRestoreReference (Inherited from DocumentSerializable.)
Public methodToString (Inherited from Object.)
Public methodToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
Protected methodWriteXmlAttributes (Inherited from DocumentSerializable.)
Protected methodWriteXmlContent (Inherited from DocumentSerializable.)
Top
Fields
  NameDescription
Protected fieldm_doc (Inherited from OwnerHolder.)
Top
See Also