[]
Defines options for encoding a C1Document as HTML.
public enum HtmlEncoding
Name | Description |
---|---|
Inline | Encodes the styles as style attributes in each HTML tag. |
StyleSheet | Encodes the styles in an embedded style sheet. Generates classes for every style. |