C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.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 String _
)
 

Parameters

text
The text string.
See Also