public class ExcelSaveOptions extends SaveOptions
Save options for export to Excel format
SaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo
Constructor and Description |
---|
ExcelSaveOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
getMinimizeTheNumberOfWorksheets()
Set true if you need to minimize the number of worksheets in resultant workbook.
|
double |
getScaleFactor()
Gets or sets factor that will be applied to (virtual) scaling font size during conversion to Excel table.
|
boolean |
isInsertBlankColumnAtFirst()
Set false if you need suppress inserting of blank column as the first column of worksheet.
|
boolean |
isUniformWorksheets()
Set true for using uniform columns division through the document.
|
void |
setInsertBlankColumnAtFirst(boolean value)
Set false if you need suppress inserting of blank column as the first column of worksheet.
|
void |
setMinimizeTheNumberOfWorksheets(boolean value)
Set true if you need to minimize the number of worksheets in resultant workbook.
|
void |
setScaleFactor(double value)
Gets or sets factor that will be applied to (virtual) scaling font size during conversion to Excel table.
|
void |
setUniformWorksheets(boolean value)
Set true for using uniform columns division through the document.
|
getSaveFormat, getWarningHandler, isCloseResponse, setCloseResponse, setWarningHandler
public boolean getMinimizeTheNumberOfWorksheets()
Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet.
public void setMinimizeTheNumberOfWorksheets(boolean value)
Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet.
value
- boolean valuepublic boolean isInsertBlankColumnAtFirst()
Set false if you need suppress inserting of blank column as the first column of worksheet. Default value is true; it means that blank column will be inserted.
public void setInsertBlankColumnAtFirst(boolean value)
Set false if you need suppress inserting of blank column as the first column of worksheet. Default value is true; it means that blank column will be inserted.
value
- boolean valuepublic boolean isUniformWorksheets()
Set true for using uniform columns division through the document. Default value is false; it means that columns division will independent for each page.
public void setUniformWorksheets(boolean value)
Set true for using uniform columns division through the document. Default value is false; it means that columns division will independent for each page.
value
- boolean valuepublic double getScaleFactor()
Gets or sets factor that will be applied to (virtual) scaling font size during conversion to Excel table. Setting of less value facilitates the search for columns and prevents merging of them for some documents. Default value is 0.9; Setting value to zero allows algorithm choose scaling automatically.
public void setScaleFactor(double value)
Gets or sets factor that will be applied to (virtual) scaling font size during conversion to Excel table. Setting of less value facilitates the search for columns and prevents merging of them for some documents. Default value is 0.9; Setting value to zero allows algorithm choose scaling automatically.
value
- double valueCopyright © 2016 Aspose. All Rights Reserved.