RtfTextWriter
WriteText Method (Font, String)
|
Writes the specified text using the provided font.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void WriteText(
Font font,
string strText
)
Public Sub WriteText (
font As Font,
strText As String
)
public:
void WriteText(
Font^ font,
String^ strText
)
member WriteText :
font : Font *
strText : string -> unit
Parameters
-
font
-
Type:
System.Drawing
Font
The font to be used for rendering the text.
-
strText
-
Type:
System
String
The string of text to be written.
See Also