Skip to content

HtmlDataExportSettings class

Represents different settings used during exporting to HTML

public class EasyData.Export.HtmlDataExportSettings
: BasicDataExportSettings

Package: EasyData.Exporters.Default (targets: netstandard2.0)

Assembly: EasyData.Exporters.Default.dll

NameTypeDescription
HtmlDataExportSettings()voidInitializes a new instance of theEasyData.Export.HtmlDataExportSettings class.
HtmlDataExportSettings(CultureInfo culture)voidInitializes a new instance of theEasyData.Export.HtmlDataExportSettings class.
NameTypeDescription
FixHtmlTagsboolGets or sets a value indicating whether HTML tags (such as p, ol, ul, li, etc) must be converted to plain text during the export.
FontFamilystringSets the font family.
FontSizeintSets the size of the font.
HeaderBgColorstringGets or sets the color of the header bg.
HeaderFgColorstringGets or sets the color of the header fg.
HeaderFontWeightstringGets or sets the header font weight.
TableBgColorstringthe color of the table debug.
TableBorderColorstringsets the color of the table border.
ThicknessOfBorderintsets the thickness of border.
NameTypeDescription
DefaultHtmlDataExportSettingsReturns the default instance of EasyData.Export.HtmlDataExportSettings.