Defines options for encoding a C1Document as HTML.
Namespace:
C1.Phone.RichTextBox.DocumentsAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public enum HtmlEncoding |
| Visual Basic |
|---|
Public Enumeration HtmlEncoding |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Description | |
|---|---|---|
| StyleSheet | Encodes the styles in an embedded style sheet. Generates classes for every style. | |
| Inline | Encodes the styles as style attributes in each HTML tag. |