C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / ParseRtfText Method
The RTF formatted text.

In This Topic
ParseRtfText Method
In This Topic
Parse a RTF text and added to this document content.
Syntax
'Declaration
 
Public Sub ParseRtfText( _
   ByVal text As String _
) 
 

Parameters

text
The RTF formatted text.
See Also