Skip to main content
A newer version of this page is available. .

HtmlFontUnit Enum

Lists measurement units allowed to specify font size.

Namespace: DevExpress.XtraSpreadsheet.Export.Html

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

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