ExportToHTML Class

T3000 CrossPlatform

ExportToHTML Class

[This is preliminary documentation and is subject to change.]

Exports colored text as HTML
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSExportToHTML

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class ExportToHTML
Public Class ExportToHTML

Dim instance As ExportToHTML

The ExportToHTML type exposes the following members.

Constructors
  NameDescription
Public methodExportToHTML
Initializes a new instance of the ExportToHTML class
Top
Properties
  NameDescription
Public propertyIncludeLineNumbers
Includes line numbers
Public propertyUseBr
Use 'br' tag instead of '\n'
Public propertyUseForwardNbsp
Use nbsp; instead space in beginning of line
Public propertyUseNbsp
Use nbsp; instead space
Public propertyUseOriginalFont
Use original font
Public propertyUseStyleTag
Use style tag instead style attribute
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetColorAsString
Public methodGetHashCode (Inherited from Object.)
Public methodGetHtml(FastColoredTextBox)
Public methodGetHtml(Range)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldLineNumbersCSS
Top
Remarks
At this time only TextStyle renderer is supported. Other styles is not exported.
See Also