Aspose::Words::Saving::CssStyleSheetType enum

CssStyleSheetType enum

Specifies how CSS (Cascading Style Sheet) styles are exported to HTML.

enum class CssStyleSheetType

Values

NameValueDescription
Inline0CSS styles are written inline (as a value of the style attribute on every element).
Embedded1CSS styles are written separately from the content in a style sheet embedded in the HTML file.
External2CSS styles are written separately from the content in a style sheet in an external file. The HTML file links the style sheet.

See Also