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 Details

    • date1904

      protected java.lang.Boolean date1904
    • showObjects

      protected STObjects 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
    • 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 is Boolean
    • getShowObjects

      public STObjects getShowObjects()
      Gets the value of the showObjects property.
      Returns:
      possible object is STObjects
    • setShowObjects

      public void setShowObjects​(STObjects value)
      Sets the value of the showObjects property.
      Parameters:
      value - allowed object is STObjects
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • getUpdateLinks

      public STUpdateLinks getUpdateLinks()
      Gets the value of the updateLinks property.
      Returns:
      possible object is STUpdateLinks
    • setUpdateLinks

      public void setUpdateLinks​(STUpdateLinks value)
      Sets the value of the updateLinks property.
      Parameters:
      value - allowed object is STUpdateLinks
    • 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 is String
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Long
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.