ComponentOne Word for UWP
ParseRtfText Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : ParseRtfText Method
The RTF formatted text.
Parse a RTF text and added to this document content.
Syntax
'Declaration
 
Public Sub ParseRtfText( _
   ByVal text As System.String _
) 
public void ParseRtfText( 
   System.string text
)

Parameters

text
The RTF formatted text.
See Also

Reference

C1WordDocument Class
C1WordDocument Members