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 | UnderlineExclude all font properties.
Bold = 8Exclude the font bold property
Color = 4Exclude the font color property
Italic = 16Exclude the font italic property
Name = 1Exclude the font name property
Size = 2Exclude the font size property
Strike = 32Exclude the font strike property
Underline = 64Exclude the font underline property