Click or drag to resize

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
)

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