ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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 _
    ) 
    public void ParseRtfText( 
       string text
    )

    Parameters

    text
    The RTF formatted text.
    See Also