Click or drag to resize

RtfTextWriter WriteTag Method (RtfTags)

Writes the specified RTF tag to the inner writer if formatting is enabled.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void WriteTag(
	RtfTags tag
)

Parameters

tag
Type: Spire.Xls.Core.Spreadsheet RtfTags
The RTF tag to write.
See Also