Back to Devexpress

HtmlDocumentExporterOptions Properties

officefileapi-devexpress-dot-xtraspreadsheet-dot-export-dot-htmldocumentexporteroptions-dot-underscore-properties.md

latest4.5 KB
Original Source

HtmlDocumentExporterOptions Properties

Contains options for exporting the document in HTML format.

NameDescription
AnchorImagesToPageGets or sets a value indicating whether to place images on an HTML page at absolute positions relative to the page’s top-left corner.
ClipCellContentGets or sets a value indicating whether to clip the cell content that overflows the cell bounds.
CssPropertiesExportTypeGets or sets how the style sheets properties are exported.
EmbedImagesSpecifies whether images are embedded in an HTML document.
EncodingGets or sets the character encoding used in an exported document.
ExportCommentsGets or sets whether to include comments in HTML export output.
ExportGridlinesGets or sets whether to include cell gridlines in HTML export output.
ExportImagesGets or sets whether to include images in HTML export output.
ExportRootTagGets or sets the root tag of the HTML document to start the export.
FontUnitGets or sets the measurement unit to specify font size when exporting to HTML.
OverrideImageResolutionGets or sets the graphics resolution used to save images when a document is exported in HTML format.
RangeGets or sets the worksheet range to be exported to an HTML file.
SheetIndexGets or sets the index of the worksheet to be exported to an HTML file.
TabMarkerGets or sets a character or a string used to replace a tab symbol when exporting a document in HTML format.
TargetUriGets or sets the URI of the document being exported. Inherited from DocumentExporterOptions.
UnderlineTocHyperlinksGets or sets whether Table of Contents entries are underlined in a document exported to HTML format.
UriExportTypeSpecifies how the links to external content are saved in the exported document.
UseColumnGroupTagGets or sets a value indicating whether the column width should be exported to HTML using the <colgroup> tag.
UseCssForWidthAndHeightGets or sets a value indicating whether to use the CSS style attribute to specify the width and height of table elements.
UseSpanTagForIndentationGets or sets a value indicating whether the indent value should be exported to HTML using the <span> tag.

See Also

HtmlDocumentExporterOptions Class

HtmlDocumentExporterOptions Members

DevExpress.XtraSpreadsheet.Export Namespace