ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfString Class / RtfString Constructor / RtfString Constructor(String)
The text string.

In This Topic
    RtfString Constructor(String)
    In This Topic
    Create Word/RTF string.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String _
    )
    public RtfString( 
       System.string text
    )

    Parameters

    text
    The text string.
    See Also