Enum eFontExclude
Exclude font properties in the css
Namespace: OfficeOpenXml.Export.HtmlExport
Assembly: EPPlus.dll
Syntax
[Flags]
public enum eFontExclude
Fields
| Name | Description |
|---|---|
| All | Exclude all font properties. |
| Bold | Exclude the font bold property |
| Color | Exclude the font color property |
| Italic | Exclude the font italic property |
| Name | Exclude the font name property |
| Size | Exclude the font size property |
| Strike | Exclude the font strike property |
| Underline | Exclude the font underline property |