ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfString Class / RtfString Constructor / RtfString Constructor(String,Font)
The text string.
Used drawing font for this string.

In This Topic
    RtfString Constructor(String,Font)
    In This Topic
    Create Word/RTF string with character formatting.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String, _
       ByVal font As System.Drawing.Font _
    )
    public RtfString( 
       System.string text,
       System.Drawing.Font font
    )

    Parameters

    text
    The text string.
    font
    Used drawing font for this string.
    See Also