Aspose::Words::Saving::CssStyleSheetType enum
CssStyleSheetType enum
Specifies how CSS (Cascading Style Sheet) styles are exported to HTML.
enum class CssStyleSheetType
Values
| Name | Value | Description |
|---|---|---|
| Inline | 0 | CSS styles are written inline (as a value of the style attribute on every element). |
| Embedded | 1 | CSS styles are written separately from the content in a style sheet embedded in the HTML file. |
| External | 2 | 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
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++