DocumentVisitor Class

Aspose.Note for .NET API

DocumentVisitor Class

The abstract class for walking through all child nodes of the parent node using the visitor design pattern.
Inheritance Hierarchy
SystemObject  Aspose.NoteDocumentVisitor

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public abstract class DocumentVisitor
Public MustInherit Class DocumentVisitor
public ref class DocumentVisitor abstract
[<AbstractClassAttribute>]
type DocumentVisitor =  class end

The DocumentVisitor type exposes the following members.

Constructors
  NameDescription
Protected methodDocumentVisitor
Initializes a new instance of the DocumentVisitor class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(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.
Top
See Also