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