Click or drag to resize

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
)

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