C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfString Class / RtfString Constructor / RtfString Constructor(String,Font,RtfUnderlineStyle)
The text string.
Used drawing font for this string.
Used underline for this string if font underline.

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

Parameters

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