Package org.xlsx4j.sml
Class WorkbookPr
java.lang.Object
org.xlsx4j.sml.WorkbookPr
- All Implemented Interfaces:
Child
Java class for CT_WorkbookPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WorkbookPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="date1904" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showObjects" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Objects" default="all" />
<attribute name="showBorderUnselectedTables" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="filterPrivacy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="promptedSolutions" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showInkAnnotation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="backupFile" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="saveExternalLinkValues" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="updateLinks" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_UpdateLinks" default="userSet" />
<attribute name="codeName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hidePivotFieldList" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showPivotChartFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="allowRefreshQuery" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="publishItems" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="checkCompatibility" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="autoCompressPictures" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="refreshAllConnections" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="defaultThemeVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Stringprotected Booleanprotected Longprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected STObjectsprotected Booleanprotected STUpdateLinks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the codeName property.Gets the value of the defaultThemeVersion property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the showObjects property.Gets the value of the updateLinks property.booleanGets the value of the allowRefreshQuery property.booleanGets the value of the autoCompressPictures property.booleanGets the value of the backupFile property.booleanGets the value of the checkCompatibility property.booleanGets the value of the date1904 property.booleanGets the value of the filterPrivacy property.booleanGets the value of the hidePivotFieldList property.booleanGets the value of the promptedSolutions property.booleanGets the value of the publishItems property.booleanGets the value of the refreshAllConnections property.booleanGets the value of the saveExternalLinkValues property.booleanGets the value of the showBorderUnselectedTables property.booleanGets the value of the showInkAnnotation property.booleanGets the value of the showPivotChartFilter property.voidsetAllowRefreshQuery(Boolean value) Sets the value of the allowRefreshQuery property.voidsetAutoCompressPictures(Boolean value) Sets the value of the autoCompressPictures property.voidsetBackupFile(Boolean value) Sets the value of the backupFile property.voidsetCheckCompatibility(Boolean value) Sets the value of the checkCompatibility property.voidsetCodeName(String value) Sets the value of the codeName property.voidsetDate1904(Boolean value) Sets the value of the date1904 property.voidsetDefaultThemeVersion(Long value) Sets the value of the defaultThemeVersion property.voidsetFilterPrivacy(Boolean value) Sets the value of the filterPrivacy property.voidsetHidePivotFieldList(Boolean value) Sets the value of the hidePivotFieldList property.voidvoidsetPromptedSolutions(Boolean value) Sets the value of the promptedSolutions property.voidsetPublishItems(Boolean value) Sets the value of the publishItems property.voidsetRefreshAllConnections(Boolean value) Sets the value of the refreshAllConnections property.voidsetSaveExternalLinkValues(Boolean value) Sets the value of the saveExternalLinkValues property.voidSets the value of the showBorderUnselectedTables property.voidsetShowInkAnnotation(Boolean value) Sets the value of the showInkAnnotation property.voidsetShowObjects(STObjects value) Sets the value of the showObjects property.voidsetShowPivotChartFilter(Boolean value) Sets the value of the showPivotChartFilter property.voidsetUpdateLinks(STUpdateLinks value) Sets the value of the updateLinks property.
-
Field Details
-
date1904
-
showObjects
-
showBorderUnselectedTables
-
filterPrivacy
-
promptedSolutions
-
showInkAnnotation
-
backupFile
-
saveExternalLinkValues
-
updateLinks
-
codeName
-
hidePivotFieldList
-
showPivotChartFilter
-
allowRefreshQuery
-
publishItems
-
checkCompatibility
-
autoCompressPictures
-
refreshAllConnections
-
defaultThemeVersion
-
-
Constructor Details
-
WorkbookPr
public WorkbookPr()
-
-
Method Details
-
isDate1904
public boolean isDate1904()Gets the value of the date1904 property.- Returns:
- possible object is
Boolean
-
setDate1904
Sets the value of the date1904 property.- Parameters:
value- allowed object isBoolean
-
getShowObjects
Gets the value of the showObjects property.- Returns:
- possible object is
STObjects
-
setShowObjects
Sets the value of the showObjects property.- Parameters:
value- allowed object isSTObjects
-
isShowBorderUnselectedTables
public boolean isShowBorderUnselectedTables()Gets the value of the showBorderUnselectedTables property.- Returns:
- possible object is
Boolean
-
setShowBorderUnselectedTables
Sets the value of the showBorderUnselectedTables property.- Parameters:
value- allowed object isBoolean
-
isFilterPrivacy
public boolean isFilterPrivacy()Gets the value of the filterPrivacy property.- Returns:
- possible object is
Boolean
-
setFilterPrivacy
Sets the value of the filterPrivacy property.- Parameters:
value- allowed object isBoolean
-
isPromptedSolutions
public boolean isPromptedSolutions()Gets the value of the promptedSolutions property.- Returns:
- possible object is
Boolean
-
setPromptedSolutions
Sets the value of the promptedSolutions property.- Parameters:
value- allowed object isBoolean
-
isShowInkAnnotation
public boolean isShowInkAnnotation()Gets the value of the showInkAnnotation property.- Returns:
- possible object is
Boolean
-
setShowInkAnnotation
Sets the value of the showInkAnnotation property.- Parameters:
value- allowed object isBoolean
-
isBackupFile
public boolean isBackupFile()Gets the value of the backupFile property.- Returns:
- possible object is
Boolean
-
setBackupFile
Sets the value of the backupFile property.- Parameters:
value- allowed object isBoolean
-
isSaveExternalLinkValues
public boolean isSaveExternalLinkValues()Gets the value of the saveExternalLinkValues property.- Returns:
- possible object is
Boolean
-
setSaveExternalLinkValues
Sets the value of the saveExternalLinkValues property.- Parameters:
value- allowed object isBoolean
-
getUpdateLinks
Gets the value of the updateLinks property.- Returns:
- possible object is
STUpdateLinks
-
setUpdateLinks
Sets the value of the updateLinks property.- Parameters:
value- allowed object isSTUpdateLinks
-
getCodeName
Gets the value of the codeName property.- Returns:
- possible object is
String
-
setCodeName
Sets the value of the codeName property.- Parameters:
value- allowed object isString
-
isHidePivotFieldList
public boolean isHidePivotFieldList()Gets the value of the hidePivotFieldList property.- Returns:
- possible object is
Boolean
-
setHidePivotFieldList
Sets the value of the hidePivotFieldList property.- Parameters:
value- allowed object isBoolean
-
isShowPivotChartFilter
public boolean isShowPivotChartFilter()Gets the value of the showPivotChartFilter property.- Returns:
- possible object is
Boolean
-
setShowPivotChartFilter
Sets the value of the showPivotChartFilter property.- Parameters:
value- allowed object isBoolean
-
isAllowRefreshQuery
public boolean isAllowRefreshQuery()Gets the value of the allowRefreshQuery property.- Returns:
- possible object is
Boolean
-
setAllowRefreshQuery
Sets the value of the allowRefreshQuery property.- Parameters:
value- allowed object isBoolean
-
isPublishItems
public boolean isPublishItems()Gets the value of the publishItems property.- Returns:
- possible object is
Boolean
-
setPublishItems
Sets the value of the publishItems property.- Parameters:
value- allowed object isBoolean
-
isCheckCompatibility
public boolean isCheckCompatibility()Gets the value of the checkCompatibility property.- Returns:
- possible object is
Boolean
-
setCheckCompatibility
Sets the value of the checkCompatibility property.- Parameters:
value- allowed object isBoolean
-
isAutoCompressPictures
public boolean isAutoCompressPictures()Gets the value of the autoCompressPictures property.- Returns:
- possible object is
Boolean
-
setAutoCompressPictures
Sets the value of the autoCompressPictures property.- Parameters:
value- allowed object isBoolean
-
isRefreshAllConnections
public boolean isRefreshAllConnections()Gets the value of the refreshAllConnections property.- Returns:
- possible object is
Boolean
-
setRefreshAllConnections
Sets the value of the refreshAllConnections property.- Parameters:
value- allowed object isBoolean
-
getDefaultThemeVersion
Gets the value of the defaultThemeVersion property.- Returns:
- possible object is
Long
-
setDefaultThemeVersion
Sets the value of the defaultThemeVersion property.- Parameters:
value- allowed object isLong
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-