Class CssExclude
Css settings to exclude individual styles.
Inheritance
System.Object
CssExclude
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Export.HtmlExport
Assembly: EPPlus.dll
Syntax
public class CssExclude
Properties
Border
Exclude Border styles
Declaration
public eBorderExclude Border { get; set; }
Property Value
Type | Description |
---|---|
eBorderExclude |
Fill
Exclude Fill styles
Declaration
public bool Fill { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Font
Exclude Font styles.
Declaration
public eFontExclude Font { get; set; }
Property Value
Type | Description |
---|---|
eFontExclude |
HorizontalAlignment
Exclude horizontal alignment.
Declaration
public bool HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Indent
Exclude Indent.
Declaration
public bool Indent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TextRotation
Exclude Text Rotation
Declaration
public bool TextRotation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
VerticalAlignment
Exclude vertical alignment.
Declaration
public bool VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WrapText
Exclude Wrap Text
Declaration
public bool WrapText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Copy(CssExclude)
Copy the values from another settings object.
Declaration
public void Copy(CssExclude copy)
Parameters
Type | Name | Description |
---|---|---|
CssExclude | copy | The object to copy. |
ResetToDefault()
Reset the settings to it's default values.
Declaration
public void ResetToDefault()