RtfTextWriter Constructor (Boolean)
|
Initializes a new instance of the RtfTextWriter class with the specified formatting option.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public RtfTextWriter(
bool enableFormatting
)
Public Sub New (
enableFormatting As Boolean
)
public:
RtfTextWriter(
bool enableFormatting
)
new :
enableFormatting : bool -> RtfTextWriter
Parameters
-
enableFormatting
-
Type:
System
Boolean
A boolean value indicating whether formatting should be enabled.
See Also