Back to Devexpress

HtmlFontUnit Enum

officefileapi-devexpress-dot-xtraspreadsheet-dot-export-dot-html.md

latest1.5 KB
Original Source

HtmlFontUnit Enum

Lists measurement units allowed to specify font size.

Namespace : DevExpress.XtraSpreadsheet.Export.Html

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public enum HtmlFontUnit
vb
<ComVisible(True)>
Public Enum HtmlFontUnit

Members

NameDescription
Point

Font size specified in points.

| | Pixel |

Font size specified in pixels.

|

The following properties accept/return HtmlFontUnit values:

Remarks

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

See Also

DevExpress.XtraSpreadsheet.Export.Html Namespace