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
)
Public Sub New (
underlyingWriter As TextWriter
)
public:
RtfTextWriter(
TextWriter^ underlyingWriter
)
new :
underlyingWriter : TextWriter -> RtfTextWriter
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