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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
allowRefreshQuery |
protected java.lang.Boolean |
autoCompressPictures |
protected java.lang.Boolean |
backupFile |
protected java.lang.Boolean |
checkCompatibility |
protected java.lang.String |
codeName |
protected java.lang.Boolean |
date1904 |
protected java.lang.Long |
defaultThemeVersion |
protected java.lang.Boolean |
filterPrivacy |
protected java.lang.Boolean |
hidePivotFieldList |
protected java.lang.Boolean |
promptedSolutions |
protected java.lang.Boolean |
publishItems |
protected java.lang.Boolean |
refreshAllConnections |
protected java.lang.Boolean |
saveExternalLinkValues |
protected java.lang.Boolean |
showBorderUnselectedTables |
protected java.lang.Boolean |
showInkAnnotation |
protected STObjects |
showObjects |
protected java.lang.Boolean |
showPivotChartFilter |
protected STUpdateLinks |
updateLinks |
| Constructor and Description |
|---|
WorkbookPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getCodeName()
Gets the value of the codeName property.
|
java.lang.Long |
getDefaultThemeVersion()
Gets the value of the defaultThemeVersion property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STObjects |
getShowObjects()
Gets the value of the showObjects property.
|
STUpdateLinks |
getUpdateLinks()
Gets the value of the updateLinks property.
|
boolean |
isAllowRefreshQuery()
Gets the value of the allowRefreshQuery property.
|
boolean |
isAutoCompressPictures()
Gets the value of the autoCompressPictures property.
|
boolean |
isBackupFile()
Gets the value of the backupFile property.
|
boolean |
isCheckCompatibility()
Gets the value of the checkCompatibility property.
|
boolean |
isDate1904()
Gets the value of the date1904 property.
|
boolean |
isFilterPrivacy()
Gets the value of the filterPrivacy property.
|
boolean |
isHidePivotFieldList()
Gets the value of the hidePivotFieldList property.
|
boolean |
isPromptedSolutions()
Gets the value of the promptedSolutions property.
|
boolean |
isPublishItems()
Gets the value of the publishItems property.
|
boolean |
isRefreshAllConnections()
Gets the value of the refreshAllConnections property.
|
boolean |
isSaveExternalLinkValues()
Gets the value of the saveExternalLinkValues property.
|
boolean |
isShowBorderUnselectedTables()
Gets the value of the showBorderUnselectedTables property.
|
boolean |
isShowInkAnnotation()
Gets the value of the showInkAnnotation property.
|
boolean |
isShowPivotChartFilter()
Gets the value of the showPivotChartFilter property.
|
void |
setAllowRefreshQuery(java.lang.Boolean value)
Sets the value of the allowRefreshQuery property.
|
void |
setAutoCompressPictures(java.lang.Boolean value)
Sets the value of the autoCompressPictures property.
|
void |
setBackupFile(java.lang.Boolean value)
Sets the value of the backupFile property.
|
void |
setCheckCompatibility(java.lang.Boolean value)
Sets the value of the checkCompatibility property.
|
void |
setCodeName(java.lang.String value)
Sets the value of the codeName property.
|
void |
setDate1904(java.lang.Boolean value)
Sets the value of the date1904 property.
|
void |
setDefaultThemeVersion(java.lang.Long value)
Sets the value of the defaultThemeVersion property.
|
void |
setFilterPrivacy(java.lang.Boolean value)
Sets the value of the filterPrivacy property.
|
void |
setHidePivotFieldList(java.lang.Boolean value)
Sets the value of the hidePivotFieldList property.
|
void |
setParent(java.lang.Object parent) |
void |
setPromptedSolutions(java.lang.Boolean value)
Sets the value of the promptedSolutions property.
|
void |
setPublishItems(java.lang.Boolean value)
Sets the value of the publishItems property.
|
void |
setRefreshAllConnections(java.lang.Boolean value)
Sets the value of the refreshAllConnections property.
|
void |
setSaveExternalLinkValues(java.lang.Boolean value)
Sets the value of the saveExternalLinkValues property.
|
void |
setShowBorderUnselectedTables(java.lang.Boolean value)
Sets the value of the showBorderUnselectedTables property.
|
void |
setShowInkAnnotation(java.lang.Boolean value)
Sets the value of the showInkAnnotation property.
|
void |
setShowObjects(STObjects value)
Sets the value of the showObjects property.
|
void |
setShowPivotChartFilter(java.lang.Boolean value)
Sets the value of the showPivotChartFilter property.
|
void |
setUpdateLinks(STUpdateLinks value)
Sets the value of the updateLinks property.
|
protected java.lang.Boolean date1904
protected STObjects showObjects
protected java.lang.Boolean showBorderUnselectedTables
protected java.lang.Boolean filterPrivacy
protected java.lang.Boolean promptedSolutions
protected java.lang.Boolean showInkAnnotation
protected java.lang.Boolean backupFile
protected java.lang.Boolean saveExternalLinkValues
protected STUpdateLinks updateLinks
protected java.lang.String codeName
protected java.lang.Boolean hidePivotFieldList
protected java.lang.Boolean showPivotChartFilter
protected java.lang.Boolean allowRefreshQuery
protected java.lang.Boolean publishItems
protected java.lang.Boolean checkCompatibility
protected java.lang.Boolean autoCompressPictures
protected java.lang.Boolean refreshAllConnections
protected java.lang.Long defaultThemeVersion
public boolean isDate1904()
Booleanpublic void setDate1904(java.lang.Boolean value)
value - allowed object is
Booleanpublic STObjects getShowObjects()
STObjectspublic void setShowObjects(STObjects value)
value - allowed object is
STObjectspublic boolean isShowBorderUnselectedTables()
Booleanpublic void setShowBorderUnselectedTables(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isFilterPrivacy()
Booleanpublic void setFilterPrivacy(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isPromptedSolutions()
Booleanpublic void setPromptedSolutions(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowInkAnnotation()
Booleanpublic void setShowInkAnnotation(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isBackupFile()
Booleanpublic void setBackupFile(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSaveExternalLinkValues()
Booleanpublic void setSaveExternalLinkValues(java.lang.Boolean value)
value - allowed object is
Booleanpublic STUpdateLinks getUpdateLinks()
STUpdateLinkspublic void setUpdateLinks(STUpdateLinks value)
value - allowed object is
STUpdateLinkspublic java.lang.String getCodeName()
Stringpublic void setCodeName(java.lang.String value)
value - allowed object is
Stringpublic boolean isHidePivotFieldList()
Booleanpublic void setHidePivotFieldList(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowPivotChartFilter()
Booleanpublic void setShowPivotChartFilter(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isAllowRefreshQuery()
Booleanpublic void setAllowRefreshQuery(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isPublishItems()
Booleanpublic void setPublishItems(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isCheckCompatibility()
Booleanpublic void setCheckCompatibility(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isAutoCompressPictures()
Booleanpublic void setAutoCompressPictures(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isRefreshAllConnections()
Booleanpublic void setRefreshAllConnections(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getDefaultThemeVersion()
Longpublic void setDefaultThemeVersion(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.