New to Telerik Document ProcessingStart a free 30-day trial

Specifies how document styles from StyleRepository are exported in HTML: external file, embedded CSS block, inline attributes, or omitted.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Html

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum StylesExportMode

Fields

Exports styles as CSS selectors within a style element in the document head.

C#
Embedded = 1

Exports styles as CSS selectors in a separate external CSS file linked via a link element.

C#
External = 0

Exports styles as inline CSS properties in 'style' attributes directly on HTML elements, maximizing portability at the cost of markup size.

C#
Inline = 2

Omits all style information from the exported HTML.

C#
None = 3
In this article
DefinitionFieldsEmbeddedExternalInlineNone
Not finding the help you need?
Contact Support