StyleSheetType
This is a read and write property.
One of the three enumerated options for processing style sheet information.
-
To disable style sheet formatting, set
StyleSheetType
toSTYLESHEET_DISABLED
. -
To enable Cascading Style Sheet (CSS) formatting and output the generated formatting data within the HTML output stream, set
StyleSheetType
toCSS_INLINE
. -
To enable CSS formatting and output the generated formatting data in an external CSS file referenced in the HTML output as a tag, set
StyleSheetType
to CSS_TOFILE
.
Refer to KVHTMLStyleSheetType for more information on these enumerated options.