cssStyleSheetType property

HtmlSaveOptions.cssStyleSheetType property

Specifies how CSS (Cascading Style Sheet) styles are exported to HTML, MHTML or EPUB. Default value is CssStyleSheetType.Inline for HTML/MHTML and CssStyleSheetType.External for EPUB.

get cssStyleSheetType(): Aspose.Words.Saving.CssStyleSheetType

Remarks

Saving CSS style sheet into an external file is only supported when saving to HTML. When you are exporting to one of the container formats (EPUB or MHTML) and specifying CssStyleSheetType.External, CSS file will be encapsulated into the output package.

See Also