com.aspose.cells
Class WorkbookSettings

java.lang.Object
    extended by com.aspose.cells.WorkbookSettings

public class WorkbookSettings 
extends java.lang.Object

Represents all settings of the workbook.

Example:

Workbook workbook = new Workbook();

WorkbookSettings settings = workbook.getSettings();

//do your business


Property Getters/Setters Summary
java.lang.StringgetAuthor()
voidsetAuthor(java.lang.String)
           Gets and sets the author of the file.
booleangetAutoCompressPictures()
voidsetAutoCompressPictures(boolean)
           Specifies a boolean value that indicates the application automatically compressed pictures in the workbook.
booleangetAutoRecover()
voidsetAutoRecover(boolean)
           Indicates whether the file is mark for auto-recovery.
java.lang.StringgetBuildVersion()
voidsetBuildVersion(java.lang.String)
           Specifies the incremental public release of the application.
intgetCalcMode()
voidsetCalcMode(int)
           It specifies whether to calculate formulas manually, automatically or automatically except for multiple table operations. The value of the property is CalcModeType integer constant.
intgetCalcStackSize()
voidsetCalcStackSize(int)
           Specifies the stack size for calculating cells recursively. The large value for this size will give better performance when there are lots of cells need to be calculated recursively. On the other hand, larger value will raise the risk of StackOverflowException. If user gets StackOverflowException when calculating formulas, this value should be decreased.
java.lang.StringgetCalculationId()
voidsetCalculationId(java.lang.String)
           Specifies the version of the calculation engine used to calculate values in the workbook.
booleangetCheckCompatibility()
voidsetCheckCompatibility(boolean)
           Indicates whether check compatibility with earlier versions when saving workbook.
booleangetCheckCustomNumberFormat()
voidsetCheckCustomNumberFormat(boolean)
           Indicates whether checking custom number format when setting Style.Custom.
booleangetCheckExcelRestriction()
voidsetCheckExcelRestriction(boolean)
           Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.
intgetCompliance()
voidsetCompliance(int)
           Specifies the OOXML version for the output document. The default value is Ecma376_2006. The value of the property is OoxmlCompliance integer constant.
booleangetCrashSave()
voidsetCrashSave(boolean)
           indicates whether the application last saved the workbook file after a crash.
booleangetCreateCalcChain()
voidsetCreateCalcChain(boolean)
           Whether creates calculated formulas chain. Default is false.
booleangetDataExtractLoad()
voidsetDataExtractLoad(boolean)
           indicates whether the application last opened the workbook for data recovery.
booleangetDate1904()
voidsetDate1904(boolean)
           Gets or sets a value which represents if the workbook uses the 1904 date system.
intgetDisplayDrawingObjects()
voidsetDisplayDrawingObjects(int)
           Indicates whether and how to show objects in the workbook. The value of the property is DisplayDrawingObjects integer constant.
booleangetEnableMacros()
voidsetEnableMacros(boolean)
           Enable macros;
intgetFirstVisibleTab()
voidsetFirstVisibleTab(int)
           Gets or sets the first visible worksheet tab.
booleangetForceFullCalculate()
voidsetForceFullCalculate(boolean)
           Fully calculates every time when a calculation is triggered.
FormulaSettingsgetFormulaSettings()
           Gets the settings for formula-related features.
GlobalizationSettingsgetGlobalizationSettings()
voidsetGlobalizationSettings(GlobalizationSettings)
           Gets and sets the globalization settings.
booleangetHidePivotFieldList()
voidsetHidePivotFieldList(boolean)
           Gets and sets whether hide the field list for the PivotTable.
booleanisDefaultEncrypted()
voidsetDefaultEncrypted(boolean)
           Indicates whether encrypting the workbook with default password if Structure and Windows of the workbook are locked.
booleanisEncrypted()
           Gets a value that indicates whether a password is required to open this workbook.
booleanisHidden()
voidsetHidden(boolean)
           Indicates whether this workbook is hidden.
booleanisHScrollBarVisible()
voidsetHScrollBarVisible(boolean)
           Gets or sets a value indicating whether the generated spreadsheet will contain a horizontal scroll bar.
booleanisMinimized()
voidsetMinimized(boolean)
           Represents whether the generated spreadsheet will be opened Minimized.
booleanisProtected()
           Gets a value that indicates whether the structure or window of the Workbook is protected.
booleanisVScrollBarVisible()
voidsetVScrollBarVisible(boolean)
           Gets or sets a value indicating whether the generated spreadsheet will contain a vertical scroll bar.
booleangetIteration()
voidsetIteration(boolean)
           Indicates whether enable iterative calculation to resolve circular references.
intgetLanguageCode()
voidsetLanguageCode(int)
           Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file. The value of the property is CountryCode integer constant.
java.util.LocalegetLocale()
voidsetLocale(java.util.Locale)
           Gets or sets the Locale used by this workbook.
doublegetMaxChange()
voidsetMaxChange(double)
           Returns or sets the maximum number of change to resolve a circular reference.
intgetMaxColumn()
           Gets the max column index, zero-based.
intgetMaxIteration()
voidsetMaxIteration(int)
           Returns or sets the maximum number of iterations to resolve a circular reference.
intgetMaxRow()
           Gets the max row index, zero-based.
intgetMaxRowsOfSharedFormula()
voidsetMaxRowsOfSharedFormula(int)
           Gets and sets the max row number of shared formula.
intgetMemorySetting()
voidsetMemorySetting(int)
           Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets. The value of the property is MemorySetting integer constant.
chargetNumberDecimalSeparator()
voidsetNumberDecimalSeparator(char)
           Gets or sets the decimal separator for formatting/parsing numeric values. Default is the decimal separator of current Region.
chargetNumberGroupSeparator()
voidsetNumberGroupSeparator(char)
           Gets or sets the character that separates groups of digits to the left of the decimal in numeric values. Default is the group separator of current Region.
intgetPaperSize()
voidsetPaperSize(int)
           Gets and sets the default print paper size. The value of the property is PaperSizeType integer constant.
booleangetParsingFormulaOnOpen()
voidsetParsingFormulaOnOpen(boolean)
           Indicates whether parsing the formula when reading the file.
java.lang.StringgetPassword()
voidsetPassword(java.lang.String)
           Represents Workbook file encryption password.
booleangetPrecisionAsDisplayed()
voidsetPrecisionAsDisplayed(boolean)
           True if calculations in this workbook will be done using only the precision of the numbers as they're displayed
intgetProtectionType()
           Gets the protection type of the workbook. The value of the property is ProtectionType integer constant.
booleangetQuotePrefixToStyle()
voidsetQuotePrefixToStyle(boolean)
           Indicates whether setting Style.QuotePrefix property when entering the string value(which starts with single quote mark ) to the cell
booleangetRecalculateBeforeSave()
voidsetRecalculateBeforeSave(boolean)
           Indicates whether to recalculate before saving the document.
booleangetReCalculateOnOpen()
voidsetReCalculateOnOpen(boolean)
           Indicates whether re-calculate all formulas on opening file.
intgetRegion()
voidsetRegion(int)
           Gets or sets the regional settings for workbook. The value of the property is CountryCode integer constant.
booleangetRemovePersonalInformation()
voidsetRemovePersonalInformation(boolean)
           True if personal information can be removed from the specified workbook.
booleangetRepairLoad()
voidsetRepairLoad(boolean)
           Indicates whether the application last opened the workbook in safe or repair mode.
IStreamProvidergetResourceProvider()
voidsetResourceProvider(IStreamProvider)
           Gets and sets the stream provider for external resource, such as loading image data for picture of type "LinkToFile".
booleangetShared()
voidsetShared(boolean)
           Gets or sets a value that indicates whether the Workbook is shared.
intgetSheetTabBarWidth()
voidsetSheetTabBarWidth(int)
           Width of worksheet tab bar (in 1/1000 of window width).
booleangetShowTabs()
voidsetShowTabs(boolean)
           Get or sets a value whether the Workbook tabs are displayed.
intgetSignificantDigits()
voidsetSignificantDigits(int)
           Gets and sets the number of significant digits. The default value is CellsHelper.SignificantDigits.
IStreamProvidergetStreamProvider()
voidsetStreamProvider(IStreamProvider)
           Gets and sets the stream provider for external resource.
booleangetUpdateAdjacentCellsBorder()
voidsetUpdateAdjacentCellsBorder(boolean)
           Indicates whether update adjacent cells' border.
intgetUpdateLinksType()
voidsetUpdateLinksType(int)
           Gets and sets how updates external links when the workbook is opened. The value of the property is UpdateLinksType integer constant.
IWarningCallbackgetWarningCallback()
voidsetWarningCallback(IWarningCallback)
           Gets or sets warning callback.
doublegetWindowHeight()
voidsetWindowHeight(double)
           The height of the window, in unit of point.
doublegetWindowHeightCM()
voidsetWindowHeightCM(double)
           The height of the window, in unit of centimeter.
doublegetWindowHeightInch()
voidsetWindowHeightInch(double)
           The height of the window, in unit of inch.
doublegetWindowLeft()
voidsetWindowLeft(double)
           The distance from the left edge of the client area to the left edge of the window, in unit of point.
doublegetWindowLeftCM()
voidsetWindowLeftCM(double)
           The distance from the left edge of the client area to the left edge of the window. In unit of centimeter.
doublegetWindowLeftInch()
voidsetWindowLeftInch(double)
           The distance from the left edge of the client area to the left edge of the window. In unit of inch.
doublegetWindowTop()
voidsetWindowTop(double)
           The distance from the top edge of the client area to the top edge of the window, in unit of point.
doublegetWindowTopCM()
voidsetWindowTopCM(double)
           The distance from the top edge of the client area to the top edge of the window, in unit of centimeter.
doublegetWindowTopInch()
voidsetWindowTopInch(double)
           The distance from the top edge of the client area to the top edge of the window, in unit of inch.
doublegetWindowWidth()
voidsetWindowWidth(double)
           The width of the window, in unit of point.
doublegetWindowWidthCM()
voidsetWindowWidthCM(double)
           The width of the window, in unit of centimeter.
doublegetWindowWidthInch()
voidsetWindowWidthInch(double)
           The width of the window, in unit of inch.
WriteProtectiongetWriteProtection()
           Provides access to the workbook write protection options.
 
Method Summary
voiddispose()
           Releases resources.
java.lang.StringgetThemeFont(int type)
           Gets the default theme font name.
voidsetPageOrientationType(int pageOrientationType)
           Set the type of print orientation for the whole workbook.
 

Property Getters/Setters Detail

getStreamProvider/setStreamProvider

public IStreamProvider getStreamProvider() / public void setStreamProvider(IStreamProvider value)
Gets and sets the stream provider for external resource. NOTE: This member is now obsolete. Instead, please use ResourceProvider property. This property will be removed 12 months later since June 2022. Aspose apologizes for any inconvenience you may have experienced.

setStreamProvider

public void setStreamProvider(IStreamProvider value)
Gets and sets the stream provider for external resource. NOTE: This member is now obsolete. Instead, please use ResourceProvider property. This property will be removed 12 months later since June 2022. Aspose apologizes for any inconvenience you may have experienced.

getResourceProvider/setResourceProvider

public IStreamProvider getResourceProvider() / public void setResourceProvider(IStreamProvider value)
Gets and sets the stream provider for external resource, such as loading image data for picture of type "LinkToFile".

setResourceProvider

public void setResourceProvider(IStreamProvider value)
Gets and sets the stream provider for external resource, such as loading image data for picture of type "LinkToFile".

getAuthor/setAuthor

public java.lang.String getAuthor() / public void setAuthor(java.lang.String value)
Gets and sets the author of the file. It''s not set, check BuiltInDocumentPropertyCollection.Author first, then check the user of Environment.

setAuthor

public void setAuthor(java.lang.String value)
Gets and sets the author of the file. It''s not set, check BuiltInDocumentPropertyCollection.Author first, then check the user of Environment.

getCheckCustomNumberFormat/setCheckCustomNumberFormat

public boolean getCheckCustomNumberFormat() / public void setCheckCustomNumberFormat(boolean value)
Indicates whether checking custom number format when setting Style.Custom.

setCheckCustomNumberFormat

public void setCheckCustomNumberFormat(boolean value)
Indicates whether checking custom number format when setting Style.Custom.

getEnableMacros/setEnableMacros

public boolean getEnableMacros() / public void setEnableMacros(boolean value)
Enable macros; Now it only works when copying a worksheet to other worksheet in a workbook.

setEnableMacros

public void setEnableMacros(boolean value)
Enable macros; Now it only works when copying a worksheet to other worksheet in a workbook.

getDate1904/setDate1904

public boolean getDate1904() / public void setDate1904(boolean value)
Gets or sets a value which represents if the workbook uses the 1904 date system.

setDate1904

public void setDate1904(boolean value)
Gets or sets a value which represents if the workbook uses the 1904 date system.

getProtectionType

public int getProtectionType()
Gets the protection type of the workbook. The value of the property is ProtectionType integer constant.

getDisplayDrawingObjects/setDisplayDrawingObjects

public int getDisplayDrawingObjects() / public void setDisplayDrawingObjects(int value)
Indicates whether and how to show objects in the workbook. The value of the property is DisplayDrawingObjects integer constant.

setDisplayDrawingObjects

public void setDisplayDrawingObjects(int value)
Indicates whether and how to show objects in the workbook. The value of the property is DisplayDrawingObjects integer constant.

getSheetTabBarWidth/setSheetTabBarWidth

public int getSheetTabBarWidth() / public void setSheetTabBarWidth(int value)
Width of worksheet tab bar (in 1/1000 of window width).

setSheetTabBarWidth

public void setSheetTabBarWidth(int value)
Width of worksheet tab bar (in 1/1000 of window width).

getShowTabs/setShowTabs

public boolean getShowTabs() / public void setShowTabs(boolean value)
Get or sets a value whether the Workbook tabs are displayed. The default value is true.

Example:

// Hide the spreadsheet tabs.
workbook.getSettings().setShowTabs(false);

setShowTabs

public void setShowTabs(boolean value)
Get or sets a value whether the Workbook tabs are displayed. The default value is true.

Example:

// Hide the spreadsheet tabs.
workbook.getSettings().setShowTabs(false);

getFirstVisibleTab/setFirstVisibleTab

public int getFirstVisibleTab() / public void setFirstVisibleTab(int value)
Gets or sets the first visible worksheet tab.

setFirstVisibleTab

public void setFirstVisibleTab(int value)
Gets or sets the first visible worksheet tab.

isHScrollBarVisible/setHScrollBarVisible

public boolean isHScrollBarVisible() / public void setHScrollBarVisible(boolean value)
Gets or sets a value indicating whether the generated spreadsheet will contain a horizontal scroll bar. The default value is true.

Example:

// Hide the horizontal scroll bar of the Excel file.
settings.setHScrollBarVisible(false);

setHScrollBarVisible

public void setHScrollBarVisible(boolean value)
Gets or sets a value indicating whether the generated spreadsheet will contain a horizontal scroll bar. The default value is true.

Example:

// Hide the horizontal scroll bar of the Excel file.
settings.setHScrollBarVisible(false);

isVScrollBarVisible/setVScrollBarVisible

public boolean isVScrollBarVisible() / public void setVScrollBarVisible(boolean value)
Gets or sets a value indicating whether the generated spreadsheet will contain a vertical scroll bar. The default value is true.

Example:

// Hide the vertical scroll bar of the Excel file.
settings.setVScrollBarVisible(false);

setVScrollBarVisible

public void setVScrollBarVisible(boolean value)
Gets or sets a value indicating whether the generated spreadsheet will contain a vertical scroll bar. The default value is true.

Example:

// Hide the vertical scroll bar of the Excel file.
settings.setVScrollBarVisible(false);

getShared/setShared

public boolean getShared() / public void setShared(boolean value)
Gets or sets a value that indicates whether the Workbook is shared. The default value is false.

setShared

public void setShared(boolean value)
Gets or sets a value that indicates whether the Workbook is shared. The default value is false.

getLanguageCode/setLanguageCode

public int getLanguageCode() / public void setLanguageCode(int value)
Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file. The value of the property is CountryCode integer constant.

setLanguageCode

public void setLanguageCode(int value)
Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file. The value of the property is CountryCode integer constant.

getRegion/setRegion

public int getRegion() / public void setRegion(int value)
Gets or sets the regional settings for workbook. The value of the property is CountryCode integer constant. 1. Regional settings used by Aspose.Cells component for a workbook loaded from template file: i). For an XLS file, there are fields defined for regional settings and MS Excel does save regional settings data into the file when saving the XLS file. So, we use the saved region in the template file for the workbook. If you do not want to use the region saved in the XLS file, please reset it to the expected one (such as, CountryCode.Default) after loading the template file. And, we save the user specified value (by this method) into the file too when saving an XLS file. ii). For other file formats, such as, XLSX, XLSB...etc., there is no field defined for regional settings in the file format specification. So, we use the regional settings of application's environment for the workbook. And, the user specified value (by this method) cannot be kept for the generated files with those file formats. 2. For the view effect in MS Excel: The applied regional settings here can take effect only at runtime with Aspose.Cells component and not when viewing the generated file with MS Excel. Even for the generated XLS file in which the specified regional settings data has been saved, when viewing/editing it with MS Excel, the used region to perform formatting by MS Excel is always the default regional settings of the environment where MS Excel is running, not the one saved in the file. It is MS Excel's behavior and cannot be changed by code.

setRegion

public void setRegion(int value)
Gets or sets the regional settings for workbook. The value of the property is CountryCode integer constant. 1. Regional settings used by Aspose.Cells component for a workbook loaded from template file: i). For an XLS file, there are fields defined for regional settings and MS Excel does save regional settings data into the file when saving the XLS file. So, we use the saved region in the template file for the workbook. If you do not want to use the region saved in the XLS file, please reset it to the expected one (such as, CountryCode.Default) after loading the template file. And, we save the user specified value (by this method) into the file too when saving an XLS file. ii). For other file formats, such as, XLSX, XLSB...etc., there is no field defined for regional settings in the file format specification. So, we use the regional settings of application's environment for the workbook. And, the user specified value (by this method) cannot be kept for the generated files with those file formats. 2. For the view effect in MS Excel: The applied regional settings here can take effect only at runtime with Aspose.Cells component and not when viewing the generated file with MS Excel. Even for the generated XLS file in which the specified regional settings data has been saved, when viewing/editing it with MS Excel, the used region to perform formatting by MS Excel is always the default regional settings of the environment where MS Excel is running, not the one saved in the file. It is MS Excel's behavior and cannot be changed by code.

getLocale/setLocale

public java.util.Locale getLocale() / public void setLocale(java.util.Locale value)
Gets or sets the Locale used by this workbook. Returns null if neither Locale nor Region is set.

setLocale

public void setLocale(java.util.Locale value)
Gets or sets the Locale used by this workbook. Returns null if neither Locale nor Region is set.

getGlobalizationSettings/setGlobalizationSettings

public GlobalizationSettings getGlobalizationSettings() / public void setGlobalizationSettings(GlobalizationSettings value)
Gets and sets the globalization settings.

setGlobalizationSettings

public void setGlobalizationSettings(GlobalizationSettings value)
Gets and sets the globalization settings.

getNumberDecimalSeparator/setNumberDecimalSeparator

public char getNumberDecimalSeparator() / public void setNumberDecimalSeparator(char value)
Gets or sets the decimal separator for formatting/parsing numeric values. Default is the decimal separator of current Region.

setNumberDecimalSeparator

public void setNumberDecimalSeparator(char value)
Gets or sets the decimal separator for formatting/parsing numeric values. Default is the decimal separator of current Region.

getNumberGroupSeparator/setNumberGroupSeparator

public char getNumberGroupSeparator() / public void setNumberGroupSeparator(char value)
Gets or sets the character that separates groups of digits to the left of the decimal in numeric values. Default is the group separator of current Region.

setNumberGroupSeparator

public void setNumberGroupSeparator(char value)
Gets or sets the character that separates groups of digits to the left of the decimal in numeric values. Default is the group separator of current Region.

getPassword/setPassword

public java.lang.String getPassword() / public void setPassword(java.lang.String value)
Represents Workbook file encryption password.

setPassword

public void setPassword(java.lang.String value)
Represents Workbook file encryption password.

getWriteProtection

public WriteProtection getWriteProtection()
Provides access to the workbook write protection options.

isEncrypted

public boolean isEncrypted()
Gets a value that indicates whether a password is required to open this workbook.

isProtected

public boolean isProtected()
Gets a value that indicates whether the structure or window of the Workbook is protected.

isDefaultEncrypted/setDefaultEncrypted

public boolean isDefaultEncrypted() / public void setDefaultEncrypted(boolean value)
Indicates whether encrypting the workbook with default password if Structure and Windows of the workbook are locked. The default value is false now. It's same as MS Excel 2013.

setDefaultEncrypted

public void setDefaultEncrypted(boolean value)
Indicates whether encrypting the workbook with default password if Structure and Windows of the workbook are locked. The default value is false now. It's same as MS Excel 2013.

isMinimized/setMinimized

public boolean isMinimized() / public void setMinimized(boolean value)
Represents whether the generated spreadsheet will be opened Minimized.

setMinimized

public void setMinimized(boolean value)
Represents whether the generated spreadsheet will be opened Minimized.

isHidden/setHidden

public boolean isHidden() / public void setHidden(boolean value)
Indicates whether this workbook is hidden.

setHidden

public void setHidden(boolean value)
Indicates whether this workbook is hidden.

getAutoCompressPictures/setAutoCompressPictures

public boolean getAutoCompressPictures() / public void setAutoCompressPictures(boolean value)
Specifies a boolean value that indicates the application automatically compressed pictures in the workbook.

setAutoCompressPictures

public void setAutoCompressPictures(boolean value)
Specifies a boolean value that indicates the application automatically compressed pictures in the workbook.

getRemovePersonalInformation/setRemovePersonalInformation

public boolean getRemovePersonalInformation() / public void setRemovePersonalInformation(boolean value)
True if personal information can be removed from the specified workbook.

setRemovePersonalInformation

public void setRemovePersonalInformation(boolean value)
True if personal information can be removed from the specified workbook.

getHidePivotFieldList/setHidePivotFieldList

public boolean getHidePivotFieldList() / public void setHidePivotFieldList(boolean value)
Gets and sets whether hide the field list for the PivotTable.

setHidePivotFieldList

public void setHidePivotFieldList(boolean value)
Gets and sets whether hide the field list for the PivotTable.

getUpdateLinksType/setUpdateLinksType

public int getUpdateLinksType() / public void setUpdateLinksType(int value)
Gets and sets how updates external links when the workbook is opened. The value of the property is UpdateLinksType integer constant.

setUpdateLinksType

public void setUpdateLinksType(int value)
Gets and sets how updates external links when the workbook is opened. The value of the property is UpdateLinksType integer constant.

getMaxRow

public int getMaxRow()
Gets the max row index, zero-based. Returns 65535 if the file format is Excel97-2003;

getMaxColumn

public int getMaxColumn()
Gets the max column index, zero-based. Returns 255 if the file format is Excel97-2003;

getParsingFormulaOnOpen/setParsingFormulaOnOpen

public boolean getParsingFormulaOnOpen() / public void setParsingFormulaOnOpen(boolean value)
Indicates whether parsing the formula when reading the file. Only applies for Excel Xlsx, Xltx, Xltm and Xlsm file because the formulas in the files are stored with a string formula. NOTE: This member is now obsolete. Instead, please use LoadOptions.ParsingFormulaOnOpen. This property will be removed 12 months later since January 2020. Aspose apologizes for any inconvenience you may have experienced.

setParsingFormulaOnOpen

public void setParsingFormulaOnOpen(boolean value)
Indicates whether parsing the formula when reading the file. Only applies for Excel Xlsx, Xltx, Xltm and Xlsm file because the formulas in the files are stored with a string formula. NOTE: This member is now obsolete. Instead, please use LoadOptions.ParsingFormulaOnOpen. This property will be removed 12 months later since January 2020. Aspose apologizes for any inconvenience you may have experienced.

getWindowLeft/setWindowLeft

public double getWindowLeft() / public void setWindowLeft(double value)
The distance from the left edge of the client area to the left edge of the window, in unit of point.

setWindowLeft

public void setWindowLeft(double value)
The distance from the left edge of the client area to the left edge of the window, in unit of point.

getWindowLeftInch/setWindowLeftInch

public double getWindowLeftInch() / public void setWindowLeftInch(double value)
The distance from the left edge of the client area to the left edge of the window. In unit of inch.

setWindowLeftInch

public void setWindowLeftInch(double value)
The distance from the left edge of the client area to the left edge of the window. In unit of inch.

getWindowLeftCM/setWindowLeftCM

public double getWindowLeftCM() / public void setWindowLeftCM(double value)
The distance from the left edge of the client area to the left edge of the window. In unit of centimeter.

setWindowLeftCM

public void setWindowLeftCM(double value)
The distance from the left edge of the client area to the left edge of the window. In unit of centimeter.

getWindowTop/setWindowTop

public double getWindowTop() / public void setWindowTop(double value)
The distance from the top edge of the client area to the top edge of the window, in unit of point.

setWindowTop

public void setWindowTop(double value)
The distance from the top edge of the client area to the top edge of the window, in unit of point.

getWindowTopInch/setWindowTopInch

public double getWindowTopInch() / public void setWindowTopInch(double value)
The distance from the top edge of the client area to the top edge of the window, in unit of inch.

setWindowTopInch

public void setWindowTopInch(double value)
The distance from the top edge of the client area to the top edge of the window, in unit of inch.

getWindowTopCM/setWindowTopCM

public double getWindowTopCM() / public void setWindowTopCM(double value)
The distance from the top edge of the client area to the top edge of the window, in unit of centimeter.

setWindowTopCM

public void setWindowTopCM(double value)
The distance from the top edge of the client area to the top edge of the window, in unit of centimeter.

getWindowWidth/setWindowWidth

public double getWindowWidth() / public void setWindowWidth(double value)
The width of the window, in unit of point.

setWindowWidth

public void setWindowWidth(double value)
The width of the window, in unit of point.

getWindowWidthInch/setWindowWidthInch

public double getWindowWidthInch() / public void setWindowWidthInch(double value)
The width of the window, in unit of inch.

setWindowWidthInch

public void setWindowWidthInch(double value)
The width of the window, in unit of inch.

getWindowWidthCM/setWindowWidthCM

public double getWindowWidthCM() / public void setWindowWidthCM(double value)
The width of the window, in unit of centimeter.

setWindowWidthCM

public void setWindowWidthCM(double value)
The width of the window, in unit of centimeter.

getWindowHeight/setWindowHeight

public double getWindowHeight() / public void setWindowHeight(double value)
The height of the window, in unit of point.

setWindowHeight

public void setWindowHeight(double value)
The height of the window, in unit of point.

getWindowHeightInch/setWindowHeightInch

public double getWindowHeightInch() / public void setWindowHeightInch(double value)
The height of the window, in unit of inch.

setWindowHeightInch

public void setWindowHeightInch(double value)
The height of the window, in unit of inch.

getWindowHeightCM/setWindowHeightCM

public double getWindowHeightCM() / public void setWindowHeightCM(double value)
The height of the window, in unit of centimeter.

setWindowHeightCM

public void setWindowHeightCM(double value)
The height of the window, in unit of centimeter.

getUpdateAdjacentCellsBorder/setUpdateAdjacentCellsBorder

public boolean getUpdateAdjacentCellsBorder() / public void setUpdateAdjacentCellsBorder(boolean value)
Indicates whether update adjacent cells' border. The default value is false. For example: the bottom border of the cell A1 is update, the top border of the cell A2 should be changed too.

setUpdateAdjacentCellsBorder

public void setUpdateAdjacentCellsBorder(boolean value)
Indicates whether update adjacent cells' border. The default value is false. For example: the bottom border of the cell A1 is update, the top border of the cell A2 should be changed too.

getSignificantDigits/setSignificantDigits

public int getSignificantDigits() / public void setSignificantDigits(int value)
Gets and sets the number of significant digits. The default value is CellsHelper.SignificantDigits. Only could be 15 or 17 now.

setSignificantDigits

public void setSignificantDigits(int value)
Gets and sets the number of significant digits. The default value is CellsHelper.SignificantDigits. Only could be 15 or 17 now.

getCheckCompatibility/setCheckCompatibility

public boolean getCheckCompatibility() / public void setCheckCompatibility(boolean value)
Indicates whether check compatibility with earlier versions when saving workbook. The default value is true. Only for Excel97-2003 xls or xlt files.

setCheckCompatibility

public void setCheckCompatibility(boolean value)
Indicates whether check compatibility with earlier versions when saving workbook. The default value is true. Only for Excel97-2003 xls or xlt files.

getCheckExcelRestriction/setCheckExcelRestriction

public boolean getCheckExcelRestriction() / public void setCheckExcelRestriction(boolean value)
Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.

setCheckExcelRestriction

public void setCheckExcelRestriction(boolean value)
Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.

getAutoRecover/setAutoRecover

public boolean getAutoRecover() / public void setAutoRecover(boolean value)
Indicates whether the file is mark for auto-recovery.

setAutoRecover

public void setAutoRecover(boolean value)
Indicates whether the file is mark for auto-recovery.

getCrashSave/setCrashSave

public boolean getCrashSave() / public void setCrashSave(boolean value)
indicates whether the application last saved the workbook file after a crash.

setCrashSave

public void setCrashSave(boolean value)
indicates whether the application last saved the workbook file after a crash.

getDataExtractLoad/setDataExtractLoad

public boolean getDataExtractLoad() / public void setDataExtractLoad(boolean value)
indicates whether the application last opened the workbook for data recovery.

setDataExtractLoad

public void setDataExtractLoad(boolean value)
indicates whether the application last opened the workbook for data recovery.

getRepairLoad/setRepairLoad

public boolean getRepairLoad() / public void setRepairLoad(boolean value)
Indicates whether the application last opened the workbook in safe or repair mode.

setRepairLoad

public void setRepairLoad(boolean value)
Indicates whether the application last opened the workbook in safe or repair mode.

getBuildVersion/setBuildVersion

public java.lang.String getBuildVersion() / public void setBuildVersion(java.lang.String value)
Specifies the incremental public release of the application.

setBuildVersion

public void setBuildVersion(java.lang.String value)
Specifies the incremental public release of the application.

getMemorySetting/setMemorySetting

public int getMemorySetting() / public void setMemorySetting(int value)
Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets. The value of the property is MemorySetting integer constant.

setMemorySetting

public void setMemorySetting(int value)
Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets. The value of the property is MemorySetting integer constant.

getPaperSize/setPaperSize

public int getPaperSize() / public void setPaperSize(int value)
Gets and sets the default print paper size. The value of the property is PaperSizeType integer constant. If there is no setting about paper size,MS Excel will use default printer's setting.

setPaperSize

public void setPaperSize(int value)
Gets and sets the default print paper size. The value of the property is PaperSizeType integer constant. If there is no setting about paper size,MS Excel will use default printer's setting.

getWarningCallback/setWarningCallback

public IWarningCallback getWarningCallback() / public void setWarningCallback(IWarningCallback value)
Gets or sets warning callback.

setWarningCallback

public void setWarningCallback(IWarningCallback value)
Gets or sets warning callback.

getMaxRowsOfSharedFormula/setMaxRowsOfSharedFormula

public int getMaxRowsOfSharedFormula() / public void setMaxRowsOfSharedFormula(int value)
Gets and sets the max row number of shared formula. If the number is too large, the autofilter works very slow in MS Excel 2013.

setMaxRowsOfSharedFormula

public void setMaxRowsOfSharedFormula(int value)
Gets and sets the max row number of shared formula. If the number is too large, the autofilter works very slow in MS Excel 2013.

getCompliance/setCompliance

public int getCompliance() / public void setCompliance(int value)
Specifies the OOXML version for the output document. The default value is Ecma376_2006. The value of the property is OoxmlCompliance integer constant. Only for .xlsx files.

setCompliance

public void setCompliance(int value)
Specifies the OOXML version for the output document. The default value is Ecma376_2006. The value of the property is OoxmlCompliance integer constant. Only for .xlsx files.

getQuotePrefixToStyle/setQuotePrefixToStyle

public boolean getQuotePrefixToStyle() / public void setQuotePrefixToStyle(boolean value)
Indicates whether setting Style.QuotePrefix property when entering the string value(which starts with single quote mark ) to the cell

setQuotePrefixToStyle

public void setQuotePrefixToStyle(boolean value)
Indicates whether setting Style.QuotePrefix property when entering the string value(which starts with single quote mark ) to the cell

getFormulaSettings

public FormulaSettings getFormulaSettings()
Gets the settings for formula-related features.

getPrecisionAsDisplayed/setPrecisionAsDisplayed

public boolean getPrecisionAsDisplayed() / public void setPrecisionAsDisplayed(boolean value)
True if calculations in this workbook will be done using only the precision of the numbers as they're displayed NOTE: This member is now obsolete. Instead, please use FormulaSettings.PrecisionAsDisplayed. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setPrecisionAsDisplayed

public void setPrecisionAsDisplayed(boolean value)
True if calculations in this workbook will be done using only the precision of the numbers as they're displayed NOTE: This member is now obsolete. Instead, please use FormulaSettings.PrecisionAsDisplayed. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

getReCalculateOnOpen/setReCalculateOnOpen

public boolean getReCalculateOnOpen() / public void setReCalculateOnOpen(boolean value)
Indicates whether re-calculate all formulas on opening file. NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculateOnOpen. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setReCalculateOnOpen

public void setReCalculateOnOpen(boolean value)
Indicates whether re-calculate all formulas on opening file. NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculateOnOpen. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

getCreateCalcChain/setCreateCalcChain

public boolean getCreateCalcChain() / public void setCreateCalcChain(boolean value)
Whether creates calculated formulas chain. Default is false. NOTE: This member is now obsolete. Instead, please use FormulaSettings.EnableCalculationChain. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setCreateCalcChain

public void setCreateCalcChain(boolean value)
Whether creates calculated formulas chain. Default is false. NOTE: This member is now obsolete. Instead, please use FormulaSettings.EnableCalculationChain. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

getForceFullCalculate/setForceFullCalculate

public boolean getForceFullCalculate() / public void setForceFullCalculate(boolean value)
Fully calculates every time when a calculation is triggered. NOTE: This member is now obsolete. Instead, please use FormulaSettings.ForceFullCalculation. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setForceFullCalculate

public void setForceFullCalculate(boolean value)
Fully calculates every time when a calculation is triggered. NOTE: This member is now obsolete. Instead, please use FormulaSettings.ForceFullCalculation. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

getIteration/setIteration

public boolean getIteration() / public void setIteration(boolean value)
Indicates whether enable iterative calculation to resolve circular references. NOTE: This member is now obsolete. Instead, please use FormulaSettings.EnableIterativeCalculation. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setIteration

public void setIteration(boolean value)
Indicates whether enable iterative calculation to resolve circular references. NOTE: This member is now obsolete. Instead, please use FormulaSettings.EnableIterativeCalculation. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

getMaxIteration/setMaxIteration

public int getMaxIteration() / public void setMaxIteration(int value)
Returns or sets the maximum number of iterations to resolve a circular reference. NOTE: This member is now obsolete. Instead, please use FormulaSettings.MaxIteration. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setMaxIteration

public void setMaxIteration(int value)
Returns or sets the maximum number of iterations to resolve a circular reference. NOTE: This member is now obsolete. Instead, please use FormulaSettings.MaxIteration. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

getMaxChange/setMaxChange

public double getMaxChange() / public void setMaxChange(double value)
Returns or sets the maximum number of change to resolve a circular reference. NOTE: This member is now obsolete. Instead, please use FormulaSettings.MaxChange. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setMaxChange

public void setMaxChange(double value)
Returns or sets the maximum number of change to resolve a circular reference. NOTE: This member is now obsolete. Instead, please use FormulaSettings.MaxChange. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

getCalcMode/setCalcMode

public int getCalcMode() / public void setCalcMode(int value)
It specifies whether to calculate formulas manually, automatically or automatically except for multiple table operations. The value of the property is CalcModeType integer constant. Only sets for MS Excel. Please manually calling Workbook.CalculateFormula() method to calculate formulas with Aspose.Cells. NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculationMode. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setCalcMode

public void setCalcMode(int value)
It specifies whether to calculate formulas manually, automatically or automatically except for multiple table operations. The value of the property is CalcModeType integer constant. Only sets for MS Excel. Please manually calling Workbook.CalculateFormula() method to calculate formulas with Aspose.Cells. NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculationMode. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

getCalculationId/setCalculationId

public java.lang.String getCalculationId() / public void setCalculationId(java.lang.String value)
Specifies the version of the calculation engine used to calculate values in the workbook. NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculationId. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setCalculationId

public void setCalculationId(java.lang.String value)
Specifies the version of the calculation engine used to calculate values in the workbook. NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculationId. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

getCalcStackSize/setCalcStackSize

public int getCalcStackSize() / public void setCalcStackSize(int value)
Specifies the stack size for calculating cells recursively. The large value for this size will give better performance when there are lots of cells need to be calculated recursively. On the other hand, larger value will raise the risk of StackOverflowException. If user gets StackOverflowException when calculating formulas, this value should be decreased. NOTE: This member is now obsolete. Instead, please use CalculationOptions with the specified CalcStackSize when calculating formulas. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setCalcStackSize

public void setCalcStackSize(int value)
Specifies the stack size for calculating cells recursively. The large value for this size will give better performance when there are lots of cells need to be calculated recursively. On the other hand, larger value will raise the risk of StackOverflowException. If user gets StackOverflowException when calculating formulas, this value should be decreased. NOTE: This member is now obsolete. Instead, please use CalculationOptions with the specified CalcStackSize when calculating formulas. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

getRecalculateBeforeSave/setRecalculateBeforeSave

public boolean getRecalculateBeforeSave() / public void setRecalculateBeforeSave(boolean value)
Indicates whether to recalculate before saving the document. NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculateOnSave. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

setRecalculateBeforeSave

public void setRecalculateBeforeSave(boolean value)
Indicates whether to recalculate before saving the document. NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculateOnSave. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

Method Detail

dispose

public void dispose()
Releases resources.

getThemeFont

public java.lang.String getThemeFont(int type)
Gets the default theme font name.
Parameters:
type - A FontSchemeType value. The scheme type of the font.
Returns:

setPageOrientationType

public void setPageOrientationType(int pageOrientationType)
Set the type of print orientation for the whole workbook.
Parameters:
pageOrientationType - A PageOrientationType value. The PageOrientationType

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.