DocumentVisitor.VisitRichTextEnd Method

Aspose.Note for .NET API

DocumentVisitorVisitRichTextEnd Method

End to visit the RichText node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public virtual void VisitRichTextEnd(
	RichText richText
)
Public Overridable Sub VisitRichTextEnd ( 
	richText As RichText
)
public:
virtual void VisitRichTextEnd(
	RichText^ richText
)
abstract VisitRichTextEnd : 
        richText : RichText -> unit 
override VisitRichTextEnd : 
        richText : RichText -> unit 

Parameters

richText
Type: Aspose.NoteRichText
The RichText node.
See Also