Table of Contents

Enum eFontExclude

Namespace
OfficeOpenXml.Export.HtmlExport
Assembly
EPPlus.dll

Exclude font properties in the css

[Flags]
public enum eFontExclude

Fields

All = Name | Size | Color | Bold | Underline

Exclude all font properties.

Bold = 8

Exclude the font bold property

Color = 4

Exclude the font color property

Italic = 16

Exclude the font italic property

Name = 1

Exclude the font name property

Size = 2

Exclude the font size property

Strike = 32

Exclude the font strike property

Underline = 64

Exclude the font underline property