Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HtmlFontUnit Enum

Lists measurement units allowed to specify font size.

Namespace: DevExpress.XtraSpreadsheet.Export.Html

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[ComVisible(true)]
public enum HtmlFontUnit

Members

Name Description
Point

Font size specified in points.

Pixel

Font size specified in pixels.

Remarks

The values listed by this enumeration are used by the HtmlDocumentExporterOptions.FontUnit property.

See Also