Skip to main content

HtmlFontUnit Enum

Lists measurement units allowed to specify font size.

Namespace: DevExpress.XtraSpreadsheet.Export.Html

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[ComVisible(true)]
public enum HtmlFontUnit

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