T3000 CrossPlatform Documentation
ExportToHTML Class |
[This is preliminary documentation and is subject to change.]
Exports colored text as HTML
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The ExportToHTML type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExportToHTML | Initializes a new instance of the ExportToHTML class |
Properties
Name | Description | |
---|---|---|
IncludeLineNumbers |
Includes line numbers
| |
UseBr |
Use 'br' tag instead of '\n'
| |
UseForwardNbsp |
Use nbsp; instead space in beginning of line
| |
UseNbsp |
Use nbsp; instead space
| |
UseOriginalFont |
Use original font
| |
UseStyleTag |
Use style tag instead style attribute
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetColorAsString | ||
GetHashCode | (Inherited from Object.) | |
GetHtml(FastColoredTextBox) | ||
GetHtml(Range) | ||
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
LineNumbersCSS |
Remarks
At this time only TextStyle renderer is supported. Other styles is not exported.
See Also