Show / Hide Table of Contents

Class HtmlTableExportSettings

Settings for html export for tables

Inheritance
System.Object
HtmlExportSettings
HtmlTableExportSettings
Inherited Members
HtmlExportSettings.TableId
HtmlExportSettings.Minify
HtmlExportSettings.HiddenRows
HtmlExportSettings.HorizontalAlignmentWhenGeneral
HtmlExportSettings.Accessibility
HtmlExportSettings.AdditionalTableClassNames
HtmlExportSettings.DataValueAttributeName
HtmlExportSettings.Culture
HtmlExportSettings.Encoding
HtmlExportSettings.SetColumnWidth
HtmlExportSettings.SetRowHeight
HtmlExportSettings.StyleClassPrefix
HtmlExportSettings.CellStyleClassName
HtmlExportSettings.Pictures
HtmlExportSettings.IncludeCssClassNames
HtmlExportSettings.HyperlinkTarget
HtmlExportSettings.TableStyle
HtmlExportSettings.RenderDataAttributes
HtmlExportSettings.RenderDataTypes
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.Settings
Assembly: EPPlus.dll
Syntax
public class HtmlTableExportSettings : HtmlExportSettings

Properties

Css

Css export settings.

Declaration
public CssTableExportSettings Css { get; }
Property Value
Type Description
CssTableExportSettings

Methods

Configure(Action<HtmlTableExportSettings>)

Configure the settings.

Declaration
public void Configure(Action<HtmlTableExportSettings> settings)
Parameters
Type Name Description
System.Action<HtmlTableExportSettings> settings

Copy(HtmlTableExportSettings)

Copy the values from another settings object.

Declaration
public void Copy(HtmlTableExportSettings copy)
Parameters
Type Name Description
HtmlTableExportSettings 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