Click or drag to resize

RtfTextWriter WriteFontAttribute Method

Writes the attributes of the specified Font object.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void WriteFontAttribute(
	Font font
)

Parameters

font
Type: System.Drawing Font
The Font object whose attributes are to be written.
See Also