ComponentOne Word for UWP
RtfString Constructor(String,Font)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfString Class > RtfString Constructor : RtfString Constructor(String,Font)
The text string.
Used drawing font for this string.
Create Word/RTF string with character formatting.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal font As Font _
)
public RtfString( 
   System.string text,
   Font font
)

Parameters

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

Reference

RtfString Class
RtfString Members
Overload List