Package org.xlsx4j.sml
Class WorkbookPr
java.lang.Object
org.xlsx4j.sml.WorkbookPr
- All Implemented Interfaces:
Child
public class WorkbookPr extends java.lang.Object implements 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
Fields Modifier and Type Field Description protected java.lang.BooleanallowRefreshQueryprotected java.lang.BooleanautoCompressPicturesprotected java.lang.BooleanbackupFileprotected java.lang.BooleancheckCompatibilityprotected java.lang.StringcodeNameprotected java.lang.Booleandate1904protected java.lang.LongdefaultThemeVersionprotected java.lang.BooleanfilterPrivacyprotected java.lang.BooleanhidePivotFieldListprotected java.lang.BooleanpromptedSolutionsprotected java.lang.BooleanpublishItemsprotected java.lang.BooleanrefreshAllConnectionsprotected java.lang.BooleansaveExternalLinkValuesprotected java.lang.BooleanshowBorderUnselectedTablesprotected java.lang.BooleanshowInkAnnotationprotected STObjectsshowObjectsprotected java.lang.BooleanshowPivotChartFilterprotected STUpdateLinksupdateLinks -
Constructor Summary
Constructors Constructor Description WorkbookPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetCodeName()Gets the value of the codeName property.java.lang.LonggetDefaultThemeVersion()Gets the value of the defaultThemeVersion property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STObjectsgetShowObjects()Gets the value of the showObjects property.STUpdateLinksgetUpdateLinks()Gets the value of the updateLinks property.booleanisAllowRefreshQuery()Gets the value of the allowRefreshQuery property.booleanisAutoCompressPictures()Gets the value of the autoCompressPictures property.booleanisBackupFile()Gets the value of the backupFile property.booleanisCheckCompatibility()Gets the value of the checkCompatibility property.booleanisDate1904()Gets the value of the date1904 property.booleanisFilterPrivacy()Gets the value of the filterPrivacy property.booleanisHidePivotFieldList()Gets the value of the hidePivotFieldList property.booleanisPromptedSolutions()Gets the value of the promptedSolutions property.booleanisPublishItems()Gets the value of the publishItems property.booleanisRefreshAllConnections()Gets the value of the refreshAllConnections property.booleanisSaveExternalLinkValues()Gets the value of the saveExternalLinkValues property.booleanisShowBorderUnselectedTables()Gets the value of the showBorderUnselectedTables property.booleanisShowInkAnnotation()Gets the value of the showInkAnnotation property.booleanisShowPivotChartFilter()Gets the value of the showPivotChartFilter property.voidsetAllowRefreshQuery(java.lang.Boolean value)Sets the value of the allowRefreshQuery property.voidsetAutoCompressPictures(java.lang.Boolean value)Sets the value of the autoCompressPictures property.voidsetBackupFile(java.lang.Boolean value)Sets the value of the backupFile property.voidsetCheckCompatibility(java.lang.Boolean value)Sets the value of the checkCompatibility property.voidsetCodeName(java.lang.String value)Sets the value of the codeName property.voidsetDate1904(java.lang.Boolean value)Sets the value of the date1904 property.voidsetDefaultThemeVersion(java.lang.Long value)Sets the value of the defaultThemeVersion property.voidsetFilterPrivacy(java.lang.Boolean value)Sets the value of the filterPrivacy property.voidsetHidePivotFieldList(java.lang.Boolean value)Sets the value of the hidePivotFieldList property.voidsetParent(java.lang.Object parent)voidsetPromptedSolutions(java.lang.Boolean value)Sets the value of the promptedSolutions property.voidsetPublishItems(java.lang.Boolean value)Sets the value of the publishItems property.voidsetRefreshAllConnections(java.lang.Boolean value)Sets the value of the refreshAllConnections property.voidsetSaveExternalLinkValues(java.lang.Boolean value)Sets the value of the saveExternalLinkValues property.voidsetShowBorderUnselectedTables(java.lang.Boolean value)Sets the value of the showBorderUnselectedTables property.voidsetShowInkAnnotation(java.lang.Boolean value)Sets the value of the showInkAnnotation property.voidsetShowObjects(STObjects value)Sets the value of the showObjects property.voidsetShowPivotChartFilter(java.lang.Boolean value)Sets the value of the showPivotChartFilter property.voidsetUpdateLinks(STUpdateLinks value)Sets the value of the updateLinks property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
date1904
protected java.lang.Boolean date1904 -
showObjects
-
showBorderUnselectedTables
protected java.lang.Boolean showBorderUnselectedTables -
filterPrivacy
protected java.lang.Boolean filterPrivacy -
promptedSolutions
protected java.lang.Boolean promptedSolutions -
showInkAnnotation
protected java.lang.Boolean showInkAnnotation -
backupFile
protected java.lang.Boolean backupFile -
saveExternalLinkValues
protected java.lang.Boolean saveExternalLinkValues -
updateLinks
-
codeName
protected java.lang.String codeName -
hidePivotFieldList
protected java.lang.Boolean hidePivotFieldList -
showPivotChartFilter
protected java.lang.Boolean showPivotChartFilter -
allowRefreshQuery
protected java.lang.Boolean allowRefreshQuery -
publishItems
protected java.lang.Boolean publishItems -
checkCompatibility
protected java.lang.Boolean checkCompatibility -
autoCompressPictures
protected java.lang.Boolean autoCompressPictures -
refreshAllConnections
protected java.lang.Boolean refreshAllConnections -
defaultThemeVersion
protected java.lang.Long 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
public void setDate1904(java.lang.Boolean value)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
public void setShowBorderUnselectedTables(java.lang.Boolean value)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
public void setFilterPrivacy(java.lang.Boolean value)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
public void setPromptedSolutions(java.lang.Boolean value)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
public void setShowInkAnnotation(java.lang.Boolean value)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
public void setBackupFile(java.lang.Boolean value)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
public void setSaveExternalLinkValues(java.lang.Boolean value)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
public java.lang.String getCodeName()Gets the value of the codeName property.- Returns:
- possible object is
String
-
setCodeName
public void setCodeName(java.lang.String value)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
public void setHidePivotFieldList(java.lang.Boolean value)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
public void setShowPivotChartFilter(java.lang.Boolean value)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
public void setAllowRefreshQuery(java.lang.Boolean value)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
public void setPublishItems(java.lang.Boolean value)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
public void setCheckCompatibility(java.lang.Boolean value)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
public void setAutoCompressPictures(java.lang.Boolean value)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
public void setRefreshAllConnections(java.lang.Boolean value)Sets the value of the refreshAllConnections property.- Parameters:
value- allowed object isBoolean
-
getDefaultThemeVersion
public java.lang.Long getDefaultThemeVersion()Gets the value of the defaultThemeVersion property.- Returns:
- possible object is
Long
-
setDefaultThemeVersion
public void setDefaultThemeVersion(java.lang.Long value)Sets the value of the defaultThemeVersion property.- Parameters:
value- allowed object isLong
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-