HtmlFontUnit Enum
Lists measurement units allowed to specify font size.
Namespace: DevExpress.XtraSpreadsheet.Export.Html
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Point
|
Font size specified in points. |
Pixel
|
Font size specified in pixels. |
Related API Members
The following properties accept/return HtmlFontUnit values:
Remarks
The values listed by this enumeration are used by the HtmlDocumentExporterOptions.FontUnit property.
See Also