T3000 CrossPlatform Documentation
ExportToRTF Class |
[This is preliminary documentation and is subject to change.]
Exports colored text as RTF
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The ExportToRTF type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExportToRTF | Initializes a new instance of the ExportToRTF class |
Properties
Name | Description | |
---|---|---|
IncludeLineNumbers |
Includes line numbers
| |
UseOriginalFont |
Use original font
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetColorAsString | ||
GetHashCode | (Inherited from Object.) | |
GetRtf(FastColoredTextBox) | ||
GetRtf(Range) | ||
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Remarks
At this time only TextStyle renderer is supported. Other styles are not exported.
See Also