Class WorkbookProperties
java.lang.Object
com.independentsoft.office.spreadsheet.WorkbookProperties
The Class WorkbookProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the code name.intGets the default theme version.Gets the update links type.booleanChecks if is allow refresh query.booleanChecks if is auto compress pictures.booleanChecks if is check compatibility on save.booleanChecks if is creates the backup file.booleanChecks if is date1904.booleanChecks if is filter privacy.booleanChecks if is hide pivot field list.booleanChecks if is prompted solutions.booleanChecks if is publish items.booleanChecks if is refresh all connections on open.booleanChecks if is save external link values.booleanChecks if is show border unselected tables.booleanChecks if is show ink annotations.booleanChecks if is show objects.booleanChecks if is show pivot chart filter.voidsetAllowRefreshQuery(boolean allowRefreshQuery)Sets the allow refresh query.voidsetAutoCompressPictures(boolean autoCompressPictures)Sets the auto compress pictures.voidsetCheckCompatibilityOnSave(boolean checkCompatibilityOnSave)Sets the check compatibility on save.voidsetCodeName(String codeName)Sets the code name.voidsetCreateBackupFile(boolean createBackupFile)Sets the creates the backup file.voidsetDate1904(boolean date1904)Sets the date1904.voidsetDefaultThemeVersion(int defaultThemeVersion)Sets the default theme version.voidsetFilterPrivacy(boolean filterPrivacy)Sets the filter privacy.voidsetHidePivotFieldList(boolean hidePivotFieldList)Sets the hide pivot field list.voidsetPromptedSolutions(boolean promptedSolutions)Sets the prompted solutions.voidsetPublishItems(boolean publishItems)Sets the publish items.voidsetRefreshAllConnectionsOnOpen(boolean refreshAllConnectionsOnOpen)Sets the refresh all connections on open.voidsetSaveExternalLinkValues(boolean saveExternalLinkValues)Sets the save external link values.voidsetShowBorderUnselectedTables(boolean showBorderUnselectedTables)Sets the show border unselected tables.voidsetShowInkAnnotations(boolean showInkAnnotations)Sets the show ink annotations.voidsetShowObjects(boolean showObjects)Sets the show objects.voidsetShowPivotChartFilter(boolean showPivotChartFilter)Sets the show pivot chart filter.voidsetUpdateLinksType(UpdateLinksType updateLinksType)Sets the update links type.toString()
-
Constructor Details
-
WorkbookProperties
public WorkbookProperties()Instantiates a new workbook properties.
-
-
Method Details
-
clone
-
toString
-
isAllowRefreshQuery
public boolean isAllowRefreshQuery()Checks if is allow refresh query.- Returns:
- true, if is allow refresh query
-
setAllowRefreshQuery
public void setAllowRefreshQuery(boolean allowRefreshQuery)Sets the allow refresh query.- Parameters:
allowRefreshQuery- the new allow refresh query
-
isAutoCompressPictures
public boolean isAutoCompressPictures()Checks if is auto compress pictures.- Returns:
- true, if is auto compress pictures
-
setAutoCompressPictures
public void setAutoCompressPictures(boolean autoCompressPictures)Sets the auto compress pictures.- Parameters:
autoCompressPictures- the new auto compress pictures
-
isCreateBackupFile
public boolean isCreateBackupFile()Checks if is creates the backup file.- Returns:
- true, if is creates the backup file
-
setCreateBackupFile
public void setCreateBackupFile(boolean createBackupFile)Sets the creates the backup file.- Parameters:
createBackupFile- the new creates the backup file
-
isCheckCompatibilityOnSave
public boolean isCheckCompatibilityOnSave()Checks if is check compatibility on save.- Returns:
- true, if is check compatibility on save
-
setCheckCompatibilityOnSave
public void setCheckCompatibilityOnSave(boolean checkCompatibilityOnSave)Sets the check compatibility on save.- Parameters:
checkCompatibilityOnSave- the new check compatibility on save
-
getCodeName
Gets the code name.- Returns:
- the code name
-
setCodeName
Sets the code name.- Parameters:
codeName- the new code name
-
isDate1904
public boolean isDate1904()Checks if is date1904.- Returns:
- true, if is date1904
-
setDate1904
public void setDate1904(boolean date1904)Sets the date1904.- Parameters:
date1904- the new date1904
-
getDefaultThemeVersion
public int getDefaultThemeVersion()Gets the default theme version.- Returns:
- the default theme version
-
setDefaultThemeVersion
public void setDefaultThemeVersion(int defaultThemeVersion)Sets the default theme version.- Parameters:
defaultThemeVersion- the new default theme version
-
isFilterPrivacy
public boolean isFilterPrivacy()Checks if is filter privacy.- Returns:
- true, if is filter privacy
-
setFilterPrivacy
public void setFilterPrivacy(boolean filterPrivacy)Sets the filter privacy.- Parameters:
filterPrivacy- the new filter privacy
-
isHidePivotFieldList
public boolean isHidePivotFieldList()Checks if is hide pivot field list.- Returns:
- true, if is hide pivot field list
-
setHidePivotFieldList
public void setHidePivotFieldList(boolean hidePivotFieldList)Sets the hide pivot field list.- Parameters:
hidePivotFieldList- the new hide pivot field list
-
isPromptedSolutions
public boolean isPromptedSolutions()Checks if is prompted solutions.- Returns:
- true, if is prompted solutions
-
setPromptedSolutions
public void setPromptedSolutions(boolean promptedSolutions)Sets the prompted solutions.- Parameters:
promptedSolutions- the new prompted solutions
-
isPublishItems
public boolean isPublishItems()Checks if is publish items.- Returns:
- true, if is publish items
-
setPublishItems
public void setPublishItems(boolean publishItems)Sets the publish items.- Parameters:
publishItems- the new publish items
-
isRefreshAllConnectionsOnOpen
public boolean isRefreshAllConnectionsOnOpen()Checks if is refresh all connections on open.- Returns:
- true, if is refresh all connections on open
-
setRefreshAllConnectionsOnOpen
public void setRefreshAllConnectionsOnOpen(boolean refreshAllConnectionsOnOpen)Sets the refresh all connections on open.- Parameters:
refreshAllConnectionsOnOpen- the new refresh all connections on open
-
isSaveExternalLinkValues
public boolean isSaveExternalLinkValues()Checks if is save external link values.- Returns:
- true, if is save external link values
-
setSaveExternalLinkValues
public void setSaveExternalLinkValues(boolean saveExternalLinkValues)Sets the save external link values.- Parameters:
saveExternalLinkValues- the new save external link values
-
isShowBorderUnselectedTables
public boolean isShowBorderUnselectedTables()Checks if is show border unselected tables.- Returns:
- true, if is show border unselected tables
-
setShowBorderUnselectedTables
public void setShowBorderUnselectedTables(boolean showBorderUnselectedTables)Sets the show border unselected tables.- Parameters:
showBorderUnselectedTables- the new show border unselected tables
-
isShowInkAnnotations
public boolean isShowInkAnnotations()Checks if is show ink annotations.- Returns:
- true, if is show ink annotations
-
setShowInkAnnotations
public void setShowInkAnnotations(boolean showInkAnnotations)Sets the show ink annotations.- Parameters:
showInkAnnotations- the new show ink annotations
-
isShowObjects
public boolean isShowObjects()Checks if is show objects.- Returns:
- true, if is show objects
-
setShowObjects
public void setShowObjects(boolean showObjects)Sets the show objects.- Parameters:
showObjects- the new show objects
-
isShowPivotChartFilter
public boolean isShowPivotChartFilter()Checks if is show pivot chart filter.- Returns:
- true, if is show pivot chart filter
-
setShowPivotChartFilter
public void setShowPivotChartFilter(boolean showPivotChartFilter)Sets the show pivot chart filter.- Parameters:
showPivotChartFilter- the new show pivot chart filter
-
getUpdateLinksType
Gets the update links type.- Returns:
- the update links type
-
setUpdateLinksType
Sets the update links type.- Parameters:
updateLinksType- the new update links type
-