DocumentVisitor Class
Aspose.Note for .Net
DocumentVisitor Class |
The abstract class for walking through all child nodes of the parent node using the visitor design pattern.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
The DocumentVisitor type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentVisitor | Initializes a new instance of the DocumentVisitor class |
| Name | Description | |
|---|---|---|
| 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.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| VisitAttachedFileEnd |
End to visit the AttachedFile node.
| |
| VisitAttachedFileStart |
Start to visit the AttachedFile node.
| |
| VisitDocumentEnd |
End to visit the Document node.
| |
| VisitDocumentStart |
Start to visit the Document node.
| |
| VisitImageEnd |
End to visit the Image node.
| |
| VisitImageStart |
Start to visit the Image node.
| |
| VisitOutlineElementEnd |
End to visit the OutlineElement node.
| |
| VisitOutlineElementStart |
Start to visit the OutlineElement node.
| |
| VisitOutlineEnd |
End to visit the Outline node.
| |
| VisitOutlineGroupEnd |
End to visit the OutlineGroup node.
| |
| VisitOutlineGroupStart |
Start to visit the OutlineGroup node.
| |
| VisitOutlineStart |
Start to visit the Outline node.
| |
| VisitPageEnd |
End to visit the Page node.
| |
| VisitPageStart |
Start to visit the Page node.
| |
| VisitRichTextEnd |
End to visit the RichText node.
| |
| VisitRichTextStart |
Start to visit the RichText node.
| |
| VisitTableCellEnd |
End to visit the TableCell node.
| |
| VisitTableCellStart |
Start to visit the TableCell node.
| |
| VisitTableEnd |
End to visit the Table node.
| |
| VisitTableRowEnd |
End to visit the TableRow node.
| |
| VisitTableRowStart |
Start to visit the TableRow node.
| |
| VisitTableStart |
Start to visit the Table node.
| |
| VisitTitleEnd |
End to visit the Title node.
| |
| VisitTitleStart |
Start to visit the Title node.
|