Click or drag to resize

DocumentContainer 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 DocumentContainer : DocumentBase

The DocumentContainer type exposes the following members.

Constructors
  NameDescription
Public methodDocumentContainer
Initializes a new instance of the DocumentContainer class
Top
Properties
  NameDescription
Public propertyChildObjects
Gets the child objects of the entity.
(Inherited from DocumentObject.)
Public propertyCount
Gets count of child object.
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 propertyWidgetCollection
Protected propertyXDLSHolder (Inherited from DocumentSerializable.)
Top
Methods
  NameDescription
Public methodClone (Inherited from DocumentObject.)
Protected methodCloneImpl (Inherited from DocumentSerializable.)
Protected methodCreateLayoutInfo (Inherited from DocumentBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIndex
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