Holds options for converting text to HTML.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class HtmlOptions
Public Class HtmlOptions
public ref class HtmlOptions
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
HtmlOptions()()()() |
Creates a default HtmlOptions instance.
| |
HtmlOptions(TextEditorOptions) |
Creates a new HtmlOptions instance that copies applicable options from the TextEditorOptions.
| |
ColorNeedsSpanForStyling(HighlightingColor) |
Gets whether the color needs to be written out to HTML.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TabSize |
The amount of spaces a tab gets converted to.
| |
ToString()()()() | (Inherited from Object.) | |
WriteStyleAttributeForColor(TextWriter, HighlightingColor) |
Writes the HTML attribute for the style to the text writer.
|
Inheritance Hierarchy
Object | |
HtmlOptions |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238