RtfTextWriter
WriteText Method (IFont, 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(
IFont font,
string strText
)
Public Sub WriteText (
font As IFont,
strText As String
)
public:
void WriteText(
IFont^ font,
String^ strText
)
member WriteText :
font : IFont *
strText : string -> unit
Parameters
-
font
-
Type:
Spire.Xls.Core
IFont
The font to be used for writing the text.
-
strText
-
Type:
System
String
The text to be written.
See Also