Show / Hide Table of Contents

Class CssTableExportSettings

Settings for css export for tables

Inheritance
System.Object
CssExportSettings
CssTableExportSettings
Inherited Members
CssExportSettings.IncludeSharedClasses
CssExportSettings.IncludeNormalFont
CssExportSettings.AdditionalCssElements
CssExportSettings.IndentValue
CssExportSettings.IndentUnit
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 CssTableExportSettings : CssExportSettings

Properties

Exclude

Exclude flags for styles

Declaration
public CssExcludeStyle Exclude { get; }
Property Value
Type Description
CssExcludeStyle

IncludeCellStyles

Include Css for cell styling.

Declaration
public bool IncludeCellStyles { get; set; }
Property Value
Type Description
System.Boolean

IncludeTableStyles

Include Css for the current table style

Declaration
public bool IncludeTableStyles { get; set; }
Property Value
Type Description
System.Boolean

Methods

Copy(CssTableExportSettings)

Copy the values from another settings object.

Declaration
public void Copy(CssTableExportSettings copy)
Parameters
Type Name Description
CssTableExportSettings copy

The object to copy.

ResetToDefault()

Reset the settings to it's default values.

Declaration
public void ResetToDefault()
In This Article
Back to top Generated by DocFX