CssPropertiesExportType Enum
Lists possible ways to export style information.
Namespace: DevExpress.XtraSpreadsheet.Export.Html
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Style
|
CSS is included in a <STYLE> tag. |
Link
|
CSS is included as a link to an external CSS-file. |
Inline
|
CSS is embedded by placing it as an attribute to an HTML tag. |
Related API Members
The following properties accept/return CssPropertiesExportType values:
Remarks
The values listed by this enumeration are used by the HtmlDocumentExporterOptions.CssPropertiesExportType property.
See Also