Table of Contents

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

eBorderExclude

Fill

Exclude Fill styles

public bool Fill { get; set; }

Property Value

bool

Font

Exclude Font styles.

public eFontExclude Font { get; set; }

Property Value

eFontExclude

HorizontalAlignment

Exclude horizontal alignment.

public bool HorizontalAlignment { get; set; }

Property Value

bool

Indent

Exclude Indent.

public bool Indent { get; set; }

Property Value

bool

TextRotation

Exclude Text Rotation

public bool TextRotation { get; set; }

Property Value

bool

VerticalAlignment

Exclude vertical alignment.

public bool VerticalAlignment { get; set; }

Property Value

bool

WrapText

Exclude Wrap Text

public bool WrapText { get; set; }

Property Value

bool

Methods

Copy(CssExclude)

Copy the values from another settings object.

public void Copy(CssExclude copy)

Parameters

copy CssExclude

The object to copy.

ResetToDefault()

Reset the settings to it's default values.

public void ResetToDefault()