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
)
Public Sub WriteTag (
tag As RtfTags
)
public:
void WriteTag(
RtfTags tag
)
member WriteTag :
tag : RtfTags -> unit
Parameters
-
tag
-
Type:
Spire.Xls.Core.Spreadsheet
RtfTags
The RTF tag to write.
See Also