| Name | Description |
| getAddTooltipText | Gets whether adding tooltip text when the data can't be fully displayed. The default value is false. |
| getAttachedFilesUrlPrefix | Gets the Url prefix of attached files such as image in the html file. |
| getCellCssPrefix | Gets the prefix of the css name, the default value is null. |
| getCssExportType | Gets the way in which the stylesheet (CSS) is exported. |
| getEncoding | Gets encoding. If not set, use utf-8 as default value. |
| getExportArea | Gets which area would be exported to html. This is used for exporting specific area of worksheet. Only take effect when HtmlSaveOptions.ExportSheetName is not null. |
| getExportCssSeparately | Gets whether export the worksheet style to css separately. The default value is true. |
| getExportDocumentProperties | Gets whether exporting document properties. The default value is true. |
| getExportFileName | Gets the name of the html file. Only for saving to zip stream, and the default value is "workbook". |
| getExportGridlines | Gets whether exporting the gridlines. The default value is false. |
| getExportHeadings | Gets whether exporting headings when saving file to html. The default value is false. |
| getExportHiddenWorksheet | Gets whether exporting hidden worksheets when saving file to html. The default value is false. |
| getExportImageAsBase64 | Gets whether images are saved in Base64 format to html. The default value is false. |
| getExportSheetName | Gets which worksheet would be exported to html. This is used for exporting specific worksheet of workbook. |
| getExportSingleTab | Gets whether exporting the single tab when the file only has one worksheet or ExportSheetName is set. The default value is false. |
| getFileFormat | Get the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase) |
| getIsExportComments | Gets if exporting comments when saving file to html. The default value is false. |
| getIsFullPathLink | Gets whether using full path link in html. Only for exporting to html file. The default value is false. |
| getIsWidthScalable | Gets whether using scalable unit to describe the column width when exporting file to html. The default value is false. |
| getLinkTargetType | Gets the type of target attribute in @literal: link.The default value is HyperLinkTargetType.Blank. |
| getPageTitle | Gets the title of the html page. |
| getTableCssId | Gets the prefix of the type css name such as tr, td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is null. |
| setAddTooltipText | Sets whether adding tooltip text when the data can't be fully displayed. |
| setAttachedFilesUrlPrefix | Sets the Url prefix of attached files such as image in the html file. |
| setCellCssPrefix | Sets the prefix of the css name. |
| setCssExportType | Sets the way in which the stylesheet (CSS) is exported. |
| setEncoding | Sets encoding. If not set, use utf-8 as default value. |
| setExportArea | Sets which area would be exported to html. This is used for exporting specific area of worksheet. Only take effect when HtmlSaveOptions.ExportSheetName is not null. |
| setExportCssSeparately | Sets whether export the worksheet style to css separately. When this property is set to false. Css style data is exported directly to each worksheet and separate stylesheet.css file are not created. |
| setExportDocumentProperties | Sets whether exporting document properties. |
| setExportFileName | Sets the name of the html file. Only for saving to zip stream. |
| setExportGridlines | Sets whether exporting the gridlines. |
| setExportHeadings | Sets whether exporting headings when saving file to html. |
| setExportHiddenWorksheet | Sets whether exporting hidden worksheets when saving file to html. |
| setExportImageAsBase64 | Sets whether images are saved in Base64 format to html. When this property is set to true image data is exported directly on the img elements and separate files are not created. |
| setExportSheetName | Sets which worksheet would be exported to html. This is used for exporting specific worksheet of workbook. |
| setExportSingleTab | Sets whether exporting the single tab when the file only has one worksheet or ExportSheetName is set. |
| setIsExportComments | Sets if exporting comments when saving file to html. |
| setIsFullPathLink | Sets whether using full path link in html. Only for exporting to html file. |
| setIsWidthScalable | Sets whether using scalable unit to describe the column width when exporting file to html. |
| setLinkTargetType | Sets the type of target attribute in @literal: link. |
| setPageTitle | Sets the title of the html page. |
| setTableCssId | Sets the prefix of the type css name such as tr, td and so on, they are contained in the table element which has the specific TableCssId attribute. |