Click or drag to resize

DocumentObject 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 DocumentObject : DocumentSerializable, 
	IDocumentObject

The DocumentObject type exposes the following members.

Constructors
  NameDescription
Protected methodDocumentObject
Initializes a new instance of the DocumentObject class
Top
Properties
  NameDescription
Public propertyChildObjects
Gets the child objects of the entity.
Public propertyDocument
Gets the document.
(Inherited from OwnerHolder.)
Public propertyDocumentObjectType
Gets the type of the document object.
Public propertyFirstChild
Public propertyIsComposite
Indicating whether this instance is composite.
Public propertyLastChild
Public propertyNextSibling
Gets the next sibling.
Public propertyOwner
Gets the owner of this entity.
Public propertyPreviousSibling
Gets the previous sibling.
Protected propertyXDLSHolder (Inherited from DocumentSerializable.)
Top
Methods
  NameDescription
Public methodClone
Protected methodCloneImpl (Inherited from DocumentSerializable.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetNextWidgetSibling
Public methodGetPreviousWidgetSibling
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.
Protected methodWriteXmlAttributes (Inherited from DocumentSerializable.)
Protected methodWriteXmlContent (Inherited from DocumentSerializable.)
Top
Fields
  NameDescription
Protected fieldm_doc (Inherited from OwnerHolder.)
Top
See Also