CssStyleSheetType enumeration
CssStyleSheetType enumeration
Specifies how CSS (Cascading Style Sheet) styles are exported to HTML.
Members
| Name | Description |
|---|---|
| Inline | CSS styles are written inline (as a value of the style attribute on every element). |
| Embedded | CSS styles are written separately from the content in a style sheet embedded in the HTML file. |
| External | CSS styles are written separately from the content in a style sheet in an external file. The HTML file links the style sheet. |
See Also
- module Aspose.Words.Saving
- property HtmlSaveOptions.cssStyleSheetType