DocumentVisitor Class

The abstract class for iterating through subtree with root at the specified node.
Inheritance Hierarchy
SystemObject
  Aspose.NoteDocumentVisitor

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public abstract class DocumentVisitor

The DocumentVisitor type exposes the following members.

Constructors
  NameDescription
Protected methodDocumentVisitor
Initializes a new instance of the DocumentVisitor class
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodVisitAttachedFileEnd
End to visit the AttachedFile node.
Public methodVisitAttachedFileStart
Start to visit the AttachedFile node.
Public methodVisitDocumentEnd
End to visit the Document node.
Public methodVisitDocumentStart
Start to visit the Document node.
Public methodVisitImageEnd
End to visit the Image node.
Public methodVisitImageStart
Start to visit the Image node.
Public methodVisitOutlineElementEnd
End to visit the OutlineElement node.
Public methodVisitOutlineElementStart
Start to visit the OutlineElement node.
Public methodVisitOutlineEnd
End to visit the Outline node.
Public methodVisitOutlineGroupEnd
End to visit the OutlineGroup node.
Public methodVisitOutlineGroupStart
Start to visit the OutlineGroup node.
Public methodVisitOutlineStart
Start to visit the Outline node.
Public methodVisitPageEnd
End to visit the Page node.
Public methodVisitPageStart
Start to visit the Page node.
Public methodVisitRichTextEnd
End to visit the RichText node.
Public methodVisitRichTextStart
Start to visit the RichText node.
Public methodVisitTableCellEnd
End to visit the TableCell node.
Public methodVisitTableCellStart
Start to visit the TableCell node.
Public methodVisitTableEnd
End to visit the Table node.
Public methodVisitTableRowEnd
End to visit the TableRow node.
Public methodVisitTableRowStart
Start to visit the TableRow node.
Public methodVisitTableStart
Start to visit the Table node.
Public methodVisitTitleEnd
End to visit the Title node.
Public methodVisitTitleStart
Start to visit the Title node.
See Also