Specifies how CSS (Cascading Style Sheet) styles are exported to HTML.
[Visual Basic]
Public Enum CssStyleSheetType
[C#]public enum CssStyleSheetType
Remarks
Members
| Member Name | Description | Value |
| Inline | CSS styles are written inline (as a value of the style attribute on every element). | 0 |
| Embedded | CSS styles are written separately from the content in a style sheet embedded in the HTML file. | 1 |
| External | CSS styles are written separately from the content in a style sheet in an external file. The HTML file links the style sheet. | 2 |
Requirements
Namespace: Aspose.Words
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words Namespace | SaveOptions