DocumentVisitorVisitRichTextStart Method

Start to visit the RichText node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public virtual void VisitRichTextStart(
	RichText richText
)

Parameters

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