CssStyleSheetType enumeration

CssStyleSheetType enumeration

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

Members

NameDescription
InlineCSS styles are written inline (as a value of the style attribute on every element).
EmbeddedCSS styles are written separately from the content in a style sheet embedded in the HTML file.
ExternalCSS styles are written separately from the content in a style sheet in an external file. The HTML file links the style sheet.

See Also