Class CssExclude
Css settings to exclude individual styles.
Inheritance
Object
CssExclude
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
|---|---|
| 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 |
|---|---|
| Boolean |
Indent
Exclude Indent.
Declaration
public bool Indent { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
TextRotation
Exclude Text Rotation
Declaration
public bool TextRotation { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
VerticalAlignment
Exclude vertical alignment.
Declaration
public bool VerticalAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
WrapText
Exclude Wrap Text
Declaration
public bool WrapText { get; set; }
Property Value
| Type | Description |
|---|---|
| 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()