Enum StylesExportMode
Specifies how document styles from StyleRepository are exported in HTML: external file, embedded CSS block, inline attributes, or omitted.
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Html
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum StylesExportMode
Embedded
Exports styles as CSS selectors within a style element in the document head.
External
Exports styles as CSS selectors in a separate external CSS file linked via a link element.
Inline
Exports styles as inline CSS properties in 'style' attributes directly on HTML elements, maximizing portability at the cost of markup size.
None
Omits all style information from the exported HTML.