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