ComponentOne Word for UWP
RtfString Constructor(String)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfString Class > RtfString Constructor : RtfString Constructor(String)
The text string.
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

Reference

RtfString Class
RtfString Members
Overload List