public class HtmlSaveOptions extends SaveOptionsBase
| Constructor and Description |
|---|
HtmlSaveOptions()
Creates options for saving html file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddTooltipText()
Gets whether adding tooltip text when the data can't be fully displayed.
|
java.lang.String |
getAttachedFilesUrlPrefix()
Gets the Url prefix of attached files such as image in the html file.
|
java.lang.String |
getCellCssPrefix()
Gets the prefix of the css name, the default value is null.
|
HtmlSaveOptionsData |
getData() |
java.lang.String |
getEncoding()
Gets encoding.
|
java.lang.String |
getExportArea()
Gets which area would be exported to html.
|
boolean |
getExportCssSeparately()
Gets whether export the worksheet style to css separately.
|
boolean |
getExportDocumentProperties()
Gets whether exporting document properties.
|
java.lang.String |
getExportFileName()
Gets the name of the html file.
|
boolean |
getExportGridlines()
Gets whether exporting the gridlines.
|
boolean |
getExportHeadings()
Gets whether exporting headings when saving file to html.
|
boolean |
getExportHiddenWorksheet()
Gets whether exporting headings when saving file to html.
|
boolean |
getExportImageAsBase64()
Gets whether images are saved in Base64 format to html.
|
java.lang.String |
getExportSheetName()
Gets which worksheet would be exported to html.
|
boolean |
getExportSingleTab()
Gets whether exporting the single tab when the file only has one worksheet
or ExportSheetName is set.
|
boolean |
getIsExportComments()
Gets if exporting comments when saving file to html.
|
boolean |
getIsFullPathLink()
Gets whether using full path link in html.
|
boolean |
getIsWidthScalable()
Gets whether using scalable unit to describe the column width when exporting file to html.
|
HyperLinkTargetType |
getLinkTargetType()
Gets the type of target attribute in link.
|
java.lang.String |
getPageTitle()
Gets the title of the html page.
|
java.lang.String |
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.
|
void |
setAddTooltipText(boolean value)
Sets whether adding tooltip text when the data can't be fully displayed.
|
void |
setAttachedFilesUrlPrefix(java.lang.String value)
Sets the Url prefix of attached files such as image in the html file.
|
void |
setCellCssPrefix(java.lang.String value)
Sets the prefix of the css name.
|
void |
setEncoding(java.lang.String value)
Sets encoding.
|
void |
setExportArea(java.lang.String value)
Sets which area would be exported to html.
|
void |
setExportCssSeparately(boolean value)
Sets whether export the worksheet style to css separately.
|
void |
setExportDocumentProperties(boolean value)
Sets whether exporting document properties.
|
void |
setExportFileName(java.lang.String value)
Sets the name of the html file.
|
void |
setExportGridlines(boolean value)
Sets whether exporting the gridlines.
|
void |
setExportHeadings(boolean value)
Sets whether exporting headings when saving file to html.
|
void |
setExportHiddenWorksheet(boolean value)
Sets whether exporting headings when saving file to html.
|
void |
setExportImageAsBase64(boolean value)
Sets whether images are saved in Base64 format to html.
|
void |
setExportSheetName(java.lang.String value)
Sets which worksheet would be exported to html.
|
void |
setExportSingleTab(boolean value)
Sets whether exporting the single tab when the file only has one worksheet
or ExportSheetName is set.
|
void |
setIsExportComments(boolean value)
Sets if exporting comments when saving file to html.
|
void |
setIsFullPathLink(boolean value)
Sets whether using full path link in html.
|
void |
setIsWidthScalable(boolean value)
Sets whether using scalable unit to describe the column width when exporting file to html.
|
void |
setLinkTargetType(HyperLinkTargetType value)
Sets the type of target attribute in link.
|
void |
setPageTitle(java.lang.String value)
Sets the title of the html page.
|
void |
setTableCssId(java.lang.String value)
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.
|
getFileFormatpublic final HtmlSaveOptionsData getData()
public final boolean getAddTooltipText()
public final void setAddTooltipText(boolean value)
public final java.lang.String getExportFileName()
public final void setExportFileName(java.lang.String value)
public final java.lang.String getAttachedFilesUrlPrefix()
public final void setAttachedFilesUrlPrefix(java.lang.String value)
public final java.lang.String getCellCssPrefix()
public final void setCellCssPrefix(java.lang.String value)
public final java.lang.String getEncoding()
public final void setEncoding(java.lang.String value)
public final boolean getExportDocumentProperties()
public final void setExportDocumentProperties(boolean value)
public final boolean getExportGridlines()
public final void setExportGridlines(boolean value)
public final boolean getExportHeadings()
public final void setExportHeadings(boolean value)
public final boolean getExportHiddenWorksheet()
public final void setExportHiddenWorksheet(boolean value)
public final boolean getExportImageAsBase64()
public final void setExportImageAsBase64(boolean value)
public final boolean getExportCssSeparately()
public final void setExportCssSeparately(boolean value)
public final boolean getExportSingleTab()
public final void setExportSingleTab(boolean value)
public final boolean getIsExportComments()
public final void setIsExportComments(boolean value)
public final boolean getIsFullPathLink()
public final void setIsFullPathLink(boolean value)
public final HyperLinkTargetType getLinkTargetType()
public final void setLinkTargetType(HyperLinkTargetType value)
public final java.lang.String getPageTitle()
public final void setPageTitle(java.lang.String value)
public final java.lang.String getTableCssId()
public final void setTableCssId(java.lang.String value)
public final boolean getIsWidthScalable()
public final void setIsWidthScalable(boolean value)
public final java.lang.String getExportSheetName()
public final void setExportSheetName(java.lang.String value)
public final java.lang.String getExportArea()
public final void setExportArea(java.lang.String value)