Enum StylesExportMode
Describes the export mode for the styles in StyleRepository.
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Html
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum StylesExportMode
Embedded
Styles are exported as CSS selectors in 'style' element in the 'head' section.
External
Styles are exported as CSS selectors to external CSS file.
Inline
Styles are exported as CSS properties in 'style' attribute of the HTML elements.
None
Styles are not exported.