HtmlSaveOptions

Overview

HtmlSaveOptions is a interface in Aspose.Cells FOSS for Typescript.

HtmlSaveOptions includes the boolean property includeStyles to control whether CSS styles are embedded in the exported HTML.

Properties: borderCollapse, includeStyles.

Description

HtmlSaveOptions is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : boolean; : boolean. These operations enable developers to integrate htmlsaveoptions functionality directly into TypeScript applications.

The class also provides the includeStyles property (gets the include styles), the borderCollapse property (gets the border collapse).

Properties

NameTypeAccessDescription
includeStyles: booleanReadGets the include styles.
borderCollapse: booleanReadGets the border collapse.

See Also