public class HtmlSaveOptions extends SaveOptions
| Constructor and Description |
|---|
HtmlSaveOptions()
Creates options for saving html file.
|
HtmlSaveOptions(int saveFormat)
Creates options for saving htm file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddGenericFont()
Indicates whether to add a generic font to CSS font-family.
|
boolean |
getAddTooltipText()
Indicates whether adding tooltip text when the data can't be fully displayed.
|
java.lang.String |
getAttachedFilesDirectory()
The directory that the attached files will be saved to.
|
java.lang.String |
getAttachedFilesUrlPrefix()
Specify the Url prefix of attached files such as image in the html file.
|
boolean |
getCalculateFormula()
Indicates whether to calculate formulas before saving html file.
|
java.lang.String |
getCellCssPrefix()
Gets the prefix of the css name,the default value is "".
|
java.lang.String |
getCellNameAttribute()
Specifies the attribute that indicates the CellName to be written.
|
java.lang.String |
getCssStyles()
Gets the additional css styles for the formatter.
|
java.lang.String |
getDefaultFontName()
Specify the default font name for exporting html, the default font will be used when the font of style is not existing,
If this property is null, Aspose.Cells will use universal font which have the same family with the original font,
the default value is null.
|
boolean |
getDisableCss()
Indicates whether only inline styles are applied, without relying on CSS.
|
boolean |
getDisableDownlevelRevealedComments()
Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false.
|
int |
getEmbeddedFontType()
Gets the type of font that embedded in html.
|
boolean |
getEnableCssCustomProperties()
Optimize the output of html by using CSS custom properties.
|
boolean |
getEncodeEntityAsCode()
Indicates whether the html character entities are replaced with decimal code.
|
Encoding |
getEncoding()
If not set,use Encoding.UTF8 as default enconding type.
|
boolean |
getExcludeUnusedStyles()
Indicating whether excludes unused styles.
|
boolean |
getExportActiveWorksheetOnly()
Indicates if only exporting the active worksheet to html file.
|
CellArea |
getExportArea()
Gets the exporting CellArea of current active Worksheet.
|
boolean |
getExportBogusRowData()
Indicating whether exporting bogus bottom row data.
|
boolean |
getExportCellCoordinate()
Indicates whether exporting excel coordinate of nonblank cells when saving file to html.
|
int |
getExportCommentsType()
Represents type of exporting comments to html files.
|
int |
getExportDataOptions()
Indicating the rule of exporting html file data.The default value is All.
|
boolean |
getExportDocumentProperties()
Indicating whether exporting document properties.The default value is true.If you want to import
the html or mht file to excel, please keep the default value.
|
boolean |
getExportExtraHeadings()
Indicates whether exporting extra headings when the length of text is longer than max display column.
|
boolean |
getExportFormula()
Indicates whether exporting formula when saving file to html.
|
boolean |
getExportFrameScriptsAndProperties()
Indicating whether exporting frame scripts and document properties.
|
boolean |
getExportGridLines()
Indicating whether exporting the gridlines.The default value is false.
|
boolean |
getExportHeadings()
Deprecated.
Use HtmlSaveOptions.ExportRowColumnHeadings instead.
|
boolean |
getExportHiddenWorksheet()
Indicating if exporting the hidden worksheet content.The default value is true.
|
boolean |
getExportImagesAsBase64()
Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB.
|
IExportObjectListener |
getExportObjectListener()
Deprecated.
Use HtmlSaveOptions.IStreamProvider property instead.
|
boolean |
getExportPageFooters()
Indicates whether exporting page headers.
|
boolean |
getExportPageHeaders()
Indicates whether exporting page headers.
|
boolean |
getExportPrintAreaOnly()
Indicates if only exporting the print area to html file.
|
boolean |
getExportRowColumnHeadings()
Indicates whether exports sheet's row and column headings when saving to HTML files.
|
boolean |
getExportSimilarBorderStyle()
Indicating whether exporting the similar border style when the border style is not supported by browsers.
|
boolean |
getExportSingleTab()
Indicates whether exporting the single tab when the file only has one worksheet.
|
boolean |
getExportWorkbookProperties()
Indicating whether exporting workbook properties.The default value is true.If you want to import
the html or mht file to excel, please keep the default value.
|
boolean |
getExportWorksheetCSSSeparately()
Indicating whether export the worksheet css separately.The default value is false.
|
boolean |
getExportWorksheetProperties()
Indicating whether exporting worksheet properties.The default value is true.If you want to import
the html or mht file to excel, please keep the default value.
|
IFilePathProvider |
getFilePathProvider()
Gets the IFilePathProvider for exporting Worksheet to html separately.
|
boolean |
getFormatDataIgnoreColumnWidth()
Indicating whether show the whole formatted data of cell when overflowing the column.
|
int |
getHiddenColDisplayType()
Hidden column(the width of this column is 0) in excel,before save this into html format,
if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output,
if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden"
|
int |
getHiddenRowDisplayType()
Hidden row(the height of this row is 0) in excel,before save this into html format,
if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output,
if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden"
|
boolean |
getHideOverflowWrappedText()
Indicates whether to hide overflow text when the cell format is set to wrap text.
|
int |
getHtmlCrossStringType()
Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format.
|
int |
getHtmlVersion()
Specifies version of HTML standard that should be used when saving the HTML format.
|
boolean |
getIgnoreInvisibleShapes()
Indicate whether exporting those not visible shapes
|
ImageOrPrintOptions |
getImageOptions()
Get the ImageOrPrintOptions object before exporting
|
boolean |
getImageScalable()
Indicates whether using scalable unit to describe the image width
when using scalable unit to describe the column width.
|
int |
getLinkTargetType()
Indicating the type of target attribute in
<a> link. |
boolean |
getMergeEmptyTdForcely()
Deprecated.
Use HtmlSaveOptions.MergeEmptyTdType instead.
|
int |
getMergeEmptyTdType()
The option to merge contiguous empty cells(empty td elements)
The default value is MergeEmptyTdType.Default.
|
int |
getOfficeMathOutputMode()
Indicates how export OfficeMath objects to HTML, Default value is Image.
|
java.lang.String |
getPageTitle()
The title of the html page.
|
boolean |
getParseHtmlTagInCell()
Indicates whether html tag(such as
<div></div>) in cell should be parsed as cell value or preserved as it is. |
boolean |
getPresentationPreference()
Indicating if html or mht file is presentation preference.
|
boolean |
getSaveAsSingleFile()
Indicates whether save the html as single file.
|
SheetSet |
getSheetSet()
Gets the sheets to render.
|
boolean |
getShowAllSheets()
Indicates whether showing all sheets when saving as a single html file.
|
IStreamProvider |
getStreamProvider()
Gets the IStreamProvider for exporting objects.
|
java.lang.String |
getTableCssId()
Gets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element
which has the specific TableCssId attribute.
|
boolean |
getWidthScalable()
Indicates whether exporting column width in unit of scale to html.
|
boolean |
getWorksheetScalable()
Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false.
|
boolean |
isBorderCollapsed()
Indicates whether the table borders are collapsed.
|
boolean |
isExpImageToTempDir()
Indicates whether exporting image files to temp directory.
|
boolean |
isExportComments()
Indicates if exporting comments when saving file to html, the default value is false.
|
boolean |
isFullPathLink()
Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm.
|
boolean |
isIECompatible()
Indicating whether the output HTML is compatible with IE browser.
|
boolean |
isJsBrowserCompatible()
Indicates whether JavaScript is compatible with browsers that do not support JavaScript.
|
boolean |
isMobileCompatible()
Indicates whether the output HTML is compatible with mobile devices.
|
void |
setAddGenericFont(boolean value)
Indicates whether to add a generic font to CSS font-family.
|
void |
setAddTooltipText(boolean value)
Indicates whether adding tooltip text when the data can't be fully displayed.
|
void |
setAttachedFilesDirectory(java.lang.String value)
The directory that the attached files will be saved to.
|
void |
setAttachedFilesUrlPrefix(java.lang.String value)
Specify the Url prefix of attached files such as image in the html file.
|
void |
setBorderCollapsed(boolean value)
Indicates whether the table borders are collapsed.
|
void |
setCalculateFormula(boolean value)
Indicates whether to calculate formulas before saving html file.
|
void |
setCellCssPrefix(java.lang.String value)
Sets the prefix of the css name,the default value is "".
|
void |
setCellNameAttribute(java.lang.String value)
Specifies the attribute that indicates the CellName to be written.
|
void |
setCssStyles(java.lang.String value)
Sets the additional css styles for the formatter.
|
void |
setDefaultFontName(java.lang.String value)
Specify the default font name for exporting html, the default font will be used when the font of style is not existing,
If this property is null, Aspose.Cells will use universal font which have the same family with the original font,
the default value is null.
|
void |
setDisableCss(boolean value)
Indicates whether only inline styles are applied, without relying on CSS.
|
void |
setDisableDownlevelRevealedComments(boolean value)
Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false.
|
void |
setEmbeddedFontType(int value)
Sets the type of font that embedded in html.
|
void |
setEnableCssCustomProperties(boolean value)
Optimize the output of html by using CSS custom properties.
|
void |
setEncodeEntityAsCode(boolean value)
Indicates whether the html character entities are replaced with decimal code.
|
void |
setEncoding(Encoding value)
If not set,use Encoding.UTF8 as default enconding type.
|
void |
setExcludeUnusedStyles(boolean value)
Indicating whether excludes unused styles.
|
void |
setExpImageToTempDir(boolean value)
Indicates whether exporting image files to temp directory.
|
void |
setExportActiveWorksheetOnly(boolean value)
Indicates if only exporting the active worksheet to html file.
|
void |
setExportArea(CellArea value)
Sets the exporting CellArea of current active Worksheet.
|
void |
setExportBogusRowData(boolean value)
Indicating whether exporting bogus bottom row data.
|
void |
setExportCellCoordinate(boolean value)
Indicates whether exporting excel coordinate of nonblank cells when saving file to html.
|
void |
setExportComments(boolean value)
Indicates if exporting comments when saving file to html, the default value is false.
|
void |
setExportCommentsType(int value)
Represents type of exporting comments to html files.
|
void |
setExportDataOptions(int value)
Indicating the rule of exporting html file data.The default value is All.
|
void |
setExportDocumentProperties(boolean value)
Indicating whether exporting document properties.The default value is true.If you want to import
the html or mht file to excel, please keep the default value.
|
void |
setExportExtraHeadings(boolean value)
Indicates whether exporting extra headings when the length of text is longer than max display column.
|
void |
setExportFormula(boolean value)
Indicates whether exporting formula when saving file to html.
|
void |
setExportFrameScriptsAndProperties(boolean value)
Indicating whether exporting frame scripts and document properties.
|
void |
setExportGridLines(boolean value)
Indicating whether exporting the gridlines.The default value is false.
|
void |
setExportHeadings(boolean value)
Deprecated.
Use HtmlSaveOptions.ExportRowColumnHeadings instead.
|
void |
setExportHiddenWorksheet(boolean value)
Indicating if exporting the hidden worksheet content.The default value is true.
|
void |
setExportImagesAsBase64(boolean value)
Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB.
|
void |
setExportObjectListener(IExportObjectListener value)
Deprecated.
Use HtmlSaveOptions.IStreamProvider property instead.
|
void |
setExportPageFooters(boolean value)
Indicates whether exporting page headers.
|
void |
setExportPageHeaders(boolean value)
Indicates whether exporting page headers.
|
void |
setExportPrintAreaOnly(boolean value)
Indicates if only exporting the print area to html file.
|
void |
setExportRowColumnHeadings(boolean value)
Indicates whether exports sheet's row and column headings when saving to HTML files.
|
void |
setExportSimilarBorderStyle(boolean value)
Indicating whether exporting the similar border style when the border style is not supported by browsers.
|
void |
setExportSingleTab(boolean value)
Indicates whether exporting the single tab when the file only has one worksheet.
|
void |
setExportWorkbookProperties(boolean value)
Indicating whether exporting workbook properties.The default value is true.If you want to import
the html or mht file to excel, please keep the default value.
|
void |
setExportWorksheetCSSSeparately(boolean value)
Indicating whether export the worksheet css separately.The default value is false.
|
void |
setExportWorksheetProperties(boolean value)
Indicating whether exporting worksheet properties.The default value is true.If you want to import
the html or mht file to excel, please keep the default value.
|
void |
setFilePathProvider(IFilePathProvider value)
Sets the IFilePathProvider for exporting Worksheet to html separately.
|
void |
setFormatDataIgnoreColumnWidth(boolean value)
Indicating whether show the whole formatted data of cell when overflowing the column.
|
void |
setFullPathLink(boolean value)
Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm.
|
void |
setHiddenColDisplayType(int value)
Hidden column(the width of this column is 0) in excel,before save this into html format,
if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output,
if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden"
|
void |
setHiddenRowDisplayType(int value)
Hidden row(the height of this row is 0) in excel,before save this into html format,
if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output,
if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden"
|
void |
setHideOverflowWrappedText(boolean value)
Indicates whether to hide overflow text when the cell format is set to wrap text.
|
void |
setHtmlCrossStringType(int value)
Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format.
|
void |
setHtmlVersion(int value)
Specifies version of HTML standard that should be used when saving the HTML format.
|
void |
setIECompatible(boolean value)
Indicating whether the output HTML is compatible with IE browser.
|
void |
setIgnoreInvisibleShapes(boolean value)
Indicate whether exporting those not visible shapes
|
void |
setImageScalable(boolean value)
Indicates whether using scalable unit to describe the image width
when using scalable unit to describe the column width.
|
void |
setJsBrowserCompatible(boolean value)
Indicates whether JavaScript is compatible with browsers that do not support JavaScript.
|
void |
setLinkTargetType(int value)
Indicating the type of target attribute in
<a> link. |
void |
setMergeEmptyTdForcely(boolean value)
Deprecated.
Use HtmlSaveOptions.MergeEmptyTdType instead.
|
void |
setMergeEmptyTdType(int value)
The option to merge contiguous empty cells(empty td elements)
The default value is MergeEmptyTdType.Default.
|
void |
setMobileCompatible(boolean value)
Indicates whether the output HTML is compatible with mobile devices.
|
void |
setOfficeMathOutputMode(int value)
Indicates how export OfficeMath objects to HTML, Default value is Image.
|
void |
setPageTitle(java.lang.String value)
The title of the html page.
|
void |
setParseHtmlTagInCell(boolean value)
Indicates whether html tag(such as
<div></div>) in cell should be parsed as cell value or preserved as it is. |
void |
setPresentationPreference(boolean value)
Indicating if html or mht file is presentation preference.
|
void |
setSaveAsSingleFile(boolean value)
Indicates whether save the html as single file.
|
void |
setSheetSet(SheetSet value)
Sets the sheets to render.
|
void |
setShowAllSheets(boolean value)
Indicates whether showing all sheets when saving as a single html file.
|
void |
setStreamProvider(IStreamProvider value)
Sets the IStreamProvider for exporting objects.
|
void |
setTableCssId(java.lang.String value)
Sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element
which has the specific TableCssId attribute.
|
void |
setWidthScalable(boolean value)
Indicates whether exporting column width in unit of scale to html.
|
void |
setWorksheetScalable(boolean value)
Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false.
|
getCachedFileFolder, getCheckExcelRestriction, getClearData, getCreateDirectory, getEncryptDocumentProperties, getMergeAreas, getRefreshChartCache, getSaveFormat, getSortExternalNames, getSortNames, getUpdateSmartArt, getValidateMergedAreas, getWarningCallback, setCachedFileFolder, setCheckExcelRestriction, setClearData, setCreateDirectory, setEncryptDocumentProperties, setMergeAreas, setRefreshChartCache, setSortExternalNames, setSortNames, setUpdateSmartArt, setValidateMergedAreas, setWarningCallbackpublic HtmlSaveOptions()
public HtmlSaveOptions(int saveFormat)
saveFormat - SaveFormat. The file format.
It should be one of following types: SaveFormat.HTML or SaveFormat.M_HTML,
otherwise the saved format will be set as SaveFormat.HTML automatically.public boolean getIgnoreInvisibleShapes()
Remarks
The default values is false.public void setIgnoreInvisibleShapes(boolean value)
Remarks
The default values is false.public java.lang.String getPageTitle()
public void setPageTitle(java.lang.String value)
public java.lang.String getAttachedFilesDirectory()
public void setAttachedFilesDirectory(java.lang.String value)
public java.lang.String getAttachedFilesUrlPrefix()
public void setAttachedFilesUrlPrefix(java.lang.String value)
public java.lang.String getDefaultFontName()
public void setDefaultFontName(java.lang.String value)
public boolean getAddGenericFont()
public void setAddGenericFont(boolean value)
public boolean getWorksheetScalable()
public void setWorksheetScalable(boolean value)
public boolean isExportComments()
public void setExportComments(boolean value)
public int getExportCommentsType()
See PrintCommentsType.
public void setExportCommentsType(int value)
See PrintCommentsType.
public boolean getDisableDownlevelRevealedComments()
public void setDisableDownlevelRevealedComments(boolean value)
public boolean isExpImageToTempDir()
public void setExpImageToTempDir(boolean value)
public boolean getImageScalable()
public void setImageScalable(boolean value)
public boolean getWidthScalable()
public void setWidthScalable(boolean value)
public boolean getExportSingleTab()
public void setExportSingleTab(boolean value)
public boolean getExportImagesAsBase64()
Remarks
When this property is set to true image data is exported directly on the img elements and separate files are not created.public void setExportImagesAsBase64(boolean value)
Remarks
When this property is set to true image data is exported directly on the img elements and separate files are not created.public boolean getExportActiveWorksheetOnly()
public void setExportActiveWorksheetOnly(boolean value)
public boolean getExportPrintAreaOnly()
public void setExportPrintAreaOnly(boolean value)
public CellArea getExportArea()
public void setExportArea(CellArea value)
public boolean getParseHtmlTagInCell()
<div></div>) in cell should be parsed as cell value or preserved as it is.
The default value is true.public void setParseHtmlTagInCell(boolean value)
<div></div>) in cell should be parsed as cell value or preserved as it is.
The default value is true.public int getHtmlCrossStringType()
See HtmlCrossType.
public void setHtmlCrossStringType(int value)
See HtmlCrossType.
public int getHiddenColDisplayType()
public void setHiddenColDisplayType(int value)
public int getHiddenRowDisplayType()
public void setHiddenRowDisplayType(int value)
public Encoding getEncoding()
public void setEncoding(Encoding value)
public IExportObjectListener getExportObjectListener()
Remarks
NOTE: This property is now obsolete. Instead, please use HtmlSaveOptions.IStreamProvider property. This property will be removed 12 months later since August 2015. Aspose apologizes for any inconvenience you may have experienced.public void setExportObjectListener(IExportObjectListener value)
Remarks
NOTE: This property is now obsolete. Instead, please use HtmlSaveOptions.IStreamProvider property. This property will be removed 12 months later since August 2015. Aspose apologizes for any inconvenience you may have experienced.public IFilePathProvider getFilePathProvider()
public void setFilePathProvider(IFilePathProvider value)
public IStreamProvider getStreamProvider()
public void setStreamProvider(IStreamProvider value)
public ImageOrPrintOptions getImageOptions()
public boolean getSaveAsSingleFile()
Remarks
If there are multiple worksheets or other required resources such as pictures in the workbook, commonly those worksheets and other resources need to be saved into separate files. For some scenarios, user maybe need to get only one resultant file such as for the convenience of transferring. If so, user may set this property as true.public void setSaveAsSingleFile(boolean value)
Remarks
If there are multiple worksheets or other required resources such as pictures in the workbook, commonly those worksheets and other resources need to be saved into separate files. For some scenarios, user maybe need to get only one resultant file such as for the convenience of transferring. If so, user may set this property as true.public boolean getShowAllSheets()
Remarks
Only works whengetSaveAsSingleFile() is True.public void setShowAllSheets(boolean value)
Remarks
Only works whengetSaveAsSingleFile() is True.public boolean getExportPageHeaders()
Remarks
Only works whengetSaveAsSingleFile() is True.public void setExportPageHeaders(boolean value)
Remarks
Only works whengetSaveAsSingleFile() is True.public boolean getExportPageFooters()
Remarks
Only works whengetSaveAsSingleFile() is True.public void setExportPageFooters(boolean value)
Remarks
Only works whengetSaveAsSingleFile() is True.public boolean getExportHiddenWorksheet()
public void setExportHiddenWorksheet(boolean value)
public boolean getPresentationPreference()
public void setPresentationPreference(boolean value)
public java.lang.String getCellCssPrefix()
public void setCellCssPrefix(java.lang.String value)
public java.lang.String getTableCssId()
public void setTableCssId(java.lang.String value)
public boolean isFullPathLink()
public void setFullPathLink(boolean value)
public boolean getExportWorksheetCSSSeparately()
public void setExportWorksheetCSSSeparately(boolean value)
public boolean getExportSimilarBorderStyle()
public void setExportSimilarBorderStyle(boolean value)
public boolean getMergeEmptyTdForcely()
public void setMergeEmptyTdForcely(boolean value)
public int getMergeEmptyTdType()
See MergeEmptyTdType.
public void setMergeEmptyTdType(int value)
See MergeEmptyTdType.
public boolean getExportCellCoordinate()
public void setExportCellCoordinate(boolean value)
public boolean getExportExtraHeadings()
public void setExportExtraHeadings(boolean value)
public boolean getExportHeadings()
Remarks
NOTE: This member is now obsolete. Instead, please use HtmlSaveOptions.ExportRowColumnHeadings property. This property will be removed 12 months later since June 2022. Aspose apologizes for any inconvenience you may have experienced.public void setExportHeadings(boolean value)
Remarks
NOTE: This member is now obsolete. Instead, please use HtmlSaveOptions.ExportRowColumnHeadings property. This property will be removed 12 months later since June 2022. Aspose apologizes for any inconvenience you may have experienced.public boolean getExportRowColumnHeadings()
Remarks
The default value is false.public void setExportRowColumnHeadings(boolean value)
Remarks
The default value is false.public boolean getExportFormula()
public void setExportFormula(boolean value)
public boolean getAddTooltipText()
public void setAddTooltipText(boolean value)
public boolean getExportGridLines()
public void setExportGridLines(boolean value)
public boolean getExportBogusRowData()
public void setExportBogusRowData(boolean value)
public boolean getExcludeUnusedStyles()
public void setExcludeUnusedStyles(boolean value)
public boolean getExportDocumentProperties()
public void setExportDocumentProperties(boolean value)
public boolean getExportWorksheetProperties()
public void setExportWorksheetProperties(boolean value)
public boolean getExportWorkbookProperties()
public void setExportWorkbookProperties(boolean value)
public boolean getExportFrameScriptsAndProperties()
public void setExportFrameScriptsAndProperties(boolean value)
public int getExportDataOptions()
public void setExportDataOptions(int value)
public int getLinkTargetType()
<a> link. The default value is HtmlLinkTargetType.Parent.
See HtmlLinkTargetType.
public void setLinkTargetType(int value)
<a> link. The default value is HtmlLinkTargetType.Parent.
See HtmlLinkTargetType.
public boolean isIECompatible()
public void setIECompatible(boolean value)
public boolean getFormatDataIgnoreColumnWidth()
public void setFormatDataIgnoreColumnWidth(boolean value)
public boolean getCalculateFormula()
Remarks
The default value is false.public void setCalculateFormula(boolean value)
Remarks
The default value is false.public boolean isJsBrowserCompatible()
public void setJsBrowserCompatible(boolean value)
public boolean isMobileCompatible()
public void setMobileCompatible(boolean value)
public java.lang.String getCssStyles()
getSaveAsSingleFile() is True.
public void setCssStyles(java.lang.String value)
getSaveAsSingleFile() is True.
public boolean getHideOverflowWrappedText()
public void setHideOverflowWrappedText(boolean value)
public boolean isBorderCollapsed()
public void setBorderCollapsed(boolean value)
public boolean getEncodeEntityAsCode()
public void setEncodeEntityAsCode(boolean value)
public int getOfficeMathOutputMode()
public void setOfficeMathOutputMode(int value)
public java.lang.String getCellNameAttribute()
public void setCellNameAttribute(java.lang.String value)
public boolean getDisableCss()
public void setDisableCss(boolean value)
public boolean getEnableCssCustomProperties()
public void setEnableCssCustomProperties(boolean value)
public int getHtmlVersion()
See HtmlVersion.
public void setHtmlVersion(int value)
See HtmlVersion.
public SheetSet getSheetSet()
SheetSet.getVisible().public void setSheetSet(SheetSet value)
SheetSet.getVisible().public int getEmbeddedFontType()
HtmlEmbeddedFontType.NONE which indicates that it will not embed font in html.
See HtmlEmbeddedFontType.
public void setEmbeddedFontType(int value)
HtmlEmbeddedFontType.NONE which indicates that it will not embed font in html.
See HtmlEmbeddedFontType.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.