Click or drag to resize

RtfTextWriter WriteFontItalicBoldStriked Method

Writes a string using the specified font with italic, bold, and strikethrough styles applied.

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

Parameters

font
Type: System.Drawing Font
The Font to write.
See Also