Enum
StylesExportMode

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:

cs-api-definition
public enum StylesExportMode

Fields

Embedded

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

Declaration

cs-api-definition
Embedded = 1

Field Value

StylesExportMode

External

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

Declaration

cs-api-definition
External = 0

Field Value

StylesExportMode

Inline

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

Declaration

cs-api-definition
Inline = 2

Field Value

StylesExportMode

None

Omits all style information from the exported HTML.

Declaration

cs-api-definition
None = 3

Field Value

StylesExportMode

In this article
DefinitionFieldsEmbeddedExternalInlineNone
Not finding the help you need?
Contact Support