Enum CssStyleSheetType

Enum CssStyleSheetType

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)

Specifies how CSS (Cascading Style Sheet) styles are exported to HTML.

public enum CssStyleSheetType

Fields

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.

Inline = 0

CSS styles are written inline (as a value of the style attribute on every element).

See Also

HtmlSaveOptions.CssStyleSheetType