ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word 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 System.String _
    ) 
    public void ParseRtfText( 
       System.string text
    )

    Parameters

    text
    The RTF formatted text.
    See Also