Class CssExclude
- Namespace
- OfficeOpenXml.Export.HtmlExport
- Assembly
- EPPlus.dll
Css settings to exclude individual styles.
public class CssExclude
- Inheritance
-
CssExclude
- Inherited Members
Properties
Border
Exclude Border styles
public eBorderExclude Border { get; set; }
Property Value
Fill
Exclude Fill styles
public bool Fill { get; set; }
Property Value
Font
Exclude Font styles.
public eFontExclude Font { get; set; }
Property Value
HorizontalAlignment
Exclude horizontal alignment.
public bool HorizontalAlignment { get; set; }
Property Value
Indent
Exclude Indent.
public bool Indent { get; set; }
Property Value
TextRotation
Exclude Text Rotation
public bool TextRotation { get; set; }
Property Value
VerticalAlignment
Exclude vertical alignment.
public bool VerticalAlignment { get; set; }
Property Value
WrapText
Exclude Wrap Text
public bool WrapText { get; set; }
Property Value
Methods
Copy(CssExclude)
Copy the values from another settings object.
public void Copy(CssExclude copy)
Parameters
copy
CssExcludeThe object to copy.
ResetToDefault()
Reset the settings to it's default values.
public void ResetToDefault()