Search
HtmlExporterBase Members
Constructors Methods
 


Represents the base class for HTML exporters.

The following tables list the members exposed by the HtmlExporterBase type.

 Protected Constructors

  Name Description

HtmlExporterBase

Initializes a new instance of the HtmlExporterBase class.

 Public Methods

  Name Description

export

Overloaded.  

getEnableCharts

Gets a value indicating whether the charts in the workbook are exported. The charts are exported as images.

getEnableGridLines

Gets a value indicating whether to export the grid lines.

getEnablePictures

Gets a value indicating whether to export pictures.

getEncoding

Gets the encoding used.

getFromWorksheet

Gets the zero-based index of the first worksheet to export.

getMetaTags

Gets a list with the names and values of the meta-tags to be included in the resulting HTML.

getTitle

Gets the title of the resulting HTML.

getToWorksheet

Gets the zero-based index of the last worksheet to export, or -1, to export to the last worksheet in the workbook.

getWrapOverflowingContent

Gets a value indicating whether overflowing text content will instead wrap. Otherwise overflowing content in the exported HTML will be clipped inside the containing cell.

setEnableCharts

Sets a value indicating whether the charts in the workbook are exported. The charts are exported as images.

setEnableGridLines

Sets a value indicating whether to export the grid lines.

setEnablePictures

Sets a value indicating whether to export pictures.

setEncoding

Sets the encoding used.

setFromWorksheet

Sets the zero-based index of the first worksheet to export.

setTitle

Sets the title of the resulting HTML.

setToWorksheet

Sets the zero-based index of the last worksheet to export, or -1, to export to the last worksheet in the workbook.

setWrapOverflowingContent

Sets a value indicating whether overflowing text content will instead wrap. Otherwise overflowing content in the exported HTML will be clipped inside the containing cell.

 See Also