Click or drag to resize

RtfTextWriter Constructor (TextWriter)

Initializes a new instance of the RtfTextWriter class with the specified TextWriter and sets the auto-flush behavior to true.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public RtfTextWriter(
	TextWriter underlyingWriter
)

Parameters

underlyingWriter
Type: System.IO TextWriter
The TextWriter to which the RTF content will be written.

Return Value

Type:
An instance of the RtfTextWriter class.
See Also