Document Methods
Aspose.Note for .Net
Document Methods |
The Document type exposes the following members.
| Name | Description | |
|---|---|---|
| Accept |
Accepts the visitor of the node.
(Overrides CompositeNodeTAccept(DocumentVisitor).) | |
| AppendChild |
Adds the node to the end of the list of child nodes for this node.
(Inherited from CompositeNodeT.) | |
| DetectLayoutChanges |
Detects all changes made to the document layout since the previous DetectLayoutChanges call.
In case AutomaticLayoutChangesDetectionEnabled set to true, used automatically in the beginning of document export.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetChildNodes(NodeType) | Obsolete.
Get all child nodes by node type.
(Inherited from CompositeNodeT.) | |
| GetChildNodesT1 |
Get all child nodes by the node type.
(Inherited from CompositeNodeT.) | |
| GetEnumerator |
Returns an enumerator that iterates through child nodes of the CompositeNodeT.
(Inherited from CompositeNodeT.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPageHistory |
Gets the PageHistory which contains full history for each page presented in a document (the earliest at index 0).
The current page revision can be accessed as Current and contained separately from collection of historical versions.
| |
| GetText |
Get all text from the node.
(Inherited from CompositeNodeT.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Prints the document using the default printer.
| ||
| Print(PrintOptions) |
Prints the document using the default printer.
| |
| RemoveChild |
Removes the child node.
(Inherited from CompositeNodeT.) | |
| Save(Stream) |
Saves the OneNote document to a stream.
| |
| Save(String) |
Saves the OneNote document to a file.
| |
| Save(Stream, SaveFormat) |
Saves the OneNote document to a stream in the specified format.
| |
| Save(Stream, SaveOptions) |
Saves the OneNote document to a stream using the specified save options.
| |
| Save(String, SaveFormat) |
Saves the OneNote document to a file in the specified format.
| |
| Save(String, SaveOptions) |
Saves the OneNote document to a file using the specified save options.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |