The Document type exposes the following members.

Constructors

  NameDescription
Document
Initializes a new instance of the class.

Methods

  NameDescription
Clear
Clears the document by deleting all the sections.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
FromTree
Creates document structure from passes TreeNodeCollection.
GetHashCode (Inherited from Object.)
GetTreeNodes
Create TreeNode array that represents document scructure in the TreeView.
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Sections
Gets decument's list of sections.

See Also