Package org.xlsx4j.sml
Class CTPivotTableDefinition
java.lang.Object
org.xlsx4j.sml.CTPivotTableDefinition
- All Implemented Interfaces:
Child
Java class for CT_pivotTableDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_pivotTableDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Location"/>
<element name="pivotFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotFields" minOccurs="0"/>
<element name="rowFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_RowFields" minOccurs="0"/>
<element name="rowItems" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_rowItems" minOccurs="0"/>
<element name="colFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ColFields" minOccurs="0"/>
<element name="colItems" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_colItems" minOccurs="0"/>
<element name="pageFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PageFields" minOccurs="0"/>
<element name="dataFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DataFields" minOccurs="0"/>
<element name="formats" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Formats" minOccurs="0"/>
<element name="conditionalFormats" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ConditionalFormats" minOccurs="0"/>
<element name="chartFormats" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ChartFormats" minOccurs="0"/>
<element name="pivotHierarchies" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotHierarchies" minOccurs="0"/>
<element name="pivotTableStyleInfo" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotTableStyle" minOccurs="0"/>
<element name="filters" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotFilters" minOccurs="0"/>
<element name="rowHierarchiesUsage" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_RowHierarchiesUsage" minOccurs="0"/>
<element name="colHierarchiesUsage" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ColHierarchiesUsage" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}AG_AutoFormat"/>
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="cacheId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="dataOnRows" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="dataPosition" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="dataCaption" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="grandTotalCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="errorCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="showError" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="missingCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="showMissing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="pageStyle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="pivotTableStyle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="vacatedStyle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="tag" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="updatedVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
<attribute name="minRefreshableVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
<attribute name="asteriskTotals" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showItems" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="editData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="disableFieldList" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showCalcMbrs" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="visualTotals" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showMultipleLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showDataDropDown" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showDrill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="printDrill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showMemberPropertyTips" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showDataTips" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="enableWizard" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="enableDrill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="enableFieldProperties" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="preserveFormatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="useAutoFormatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pageWrap" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="pageOverThenDown" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="subtotalHiddenItems" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="rowGrandTotals" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="colGrandTotals" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="fieldPrintTitles" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="itemPrintTitles" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="mergeItem" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showDropZones" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="createdVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
<attribute name="indent" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
<attribute name="showEmptyRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showEmptyCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showHeaders" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="compact" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="outline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="outlineData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="compactData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="published" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="gridDropZones" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="immersive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="multipleFieldFilters" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="chartFormat" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="rowHeaderCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="colHeaderCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="fieldListSortAscending" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="mdxSubqueries" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="customListSort" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Longprotected longprotected Longprotected CTChartFormatsprotected CTColFieldsprotected Booleanprotected Stringprotected CTColHierarchiesUsageprotected CTColItemsprotected Booleanprotected Booleanprotected CTConditionalFormatsprotected Shortprotected Booleanprotected Stringprotected CTDataFieldsprotected Booleanprotected Longprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Stringprotected CTExtensionListprotected Booleanprotected Booleanprotected CTPivotFiltersprotected CTFormatsprotected Stringprotected Booleanprotected Booleanprotected Longprotected Booleanprotected CTLocationprotected Booleanprotected Booleanprotected Shortprotected Stringprotected Booleanprotected Stringprotected Booleanprotected Booleanprotected CTPageFieldsprotected Booleanprotected Stringprotected Longprotected CTPivotFieldsprotected CTPivotHierarchiesprotected Stringprotected CTPivotTableStyleprotected Booleanprotected Booleanprotected Booleanprotected CTRowFieldsprotected Booleanprotected Stringprotected CTRowHierarchiesUsageprotected CTRowItemsprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Stringprotected Shortprotected Booleanprotected Stringprotected Boolean -
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 autoFormatId property.longGets the value of the cacheId property.longGets the value of the chartFormat property.Gets the value of the chartFormats property.Gets the value of the colFields property.Gets the value of the colHeaderCaption property.Gets the value of the colHierarchiesUsage property.Gets the value of the colItems property.Gets the value of the conditionalFormats property.shortGets the value of the createdVersion property.Gets the value of the dataCaption property.Gets the value of the dataFields property.Gets the value of the dataPosition property.Gets the value of the errorCaption property.Gets the value of the extLst property.Gets the value of the filters property.Gets the value of the formats property.Gets the value of the grandTotalCaption property.longGets the value of the indent property.Gets the value of the location property.shortGets the value of the minRefreshableVersion property.Gets the value of the missingCaption property.getName()Gets the value of the name property.Gets the value of the pageFields property.Gets the value of the pageStyle property.longGets the value of the pageWrap property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the pivotFields property.Gets the value of the pivotHierarchies property.Gets the value of the pivotTableStyle property.Gets the value of the pivotTableStyleInfo property.Gets the value of the rowFields property.Gets the value of the rowHeaderCaption property.Gets the value of the rowHierarchiesUsage property.Gets the value of the rowItems property.getTag()Gets the value of the tag property.shortGets the value of the updatedVersion property.Gets the value of the vacatedStyle property.Gets the value of the applyAlignmentFormats property.Gets the value of the applyBorderFormats property.Gets the value of the applyFontFormats property.Gets the value of the applyNumberFormats property.Gets the value of the applyPatternFormats property.Gets the value of the applyWidthHeightFormats property.booleanGets the value of the asteriskTotals property.booleanGets the value of the colGrandTotals property.booleanGets the value of the compact property.booleanGets the value of the compactData property.booleanGets the value of the customListSort property.booleanGets the value of the dataOnRows property.booleanGets the value of the disableFieldList property.booleanGets the value of the editData property.booleanGets the value of the enableDrill property.booleanGets the value of the enableFieldProperties property.booleanGets the value of the enableWizard property.booleanGets the value of the fieldListSortAscending property.booleanGets the value of the fieldPrintTitles property.booleanGets the value of the gridDropZones property.booleanGets the value of the immersive property.booleanGets the value of the itemPrintTitles property.booleanGets the value of the mdxSubqueries property.booleanGets the value of the mergeItem property.booleanGets the value of the multipleFieldFilters property.booleanGets the value of the outline property.booleanGets the value of the outlineData property.booleanGets the value of the pageOverThenDown property.booleanGets the value of the preserveFormatting property.booleanGets the value of the printDrill property.booleanGets the value of the published property.booleanGets the value of the rowGrandTotals property.booleanGets the value of the showCalcMbrs property.booleanGets the value of the showDataDropDown property.booleanGets the value of the showDataTips property.booleanGets the value of the showDrill property.booleanGets the value of the showDropZones property.booleanGets the value of the showEmptyCol property.booleanGets the value of the showEmptyRow property.booleanGets the value of the showError property.booleanGets the value of the showHeaders property.booleanGets the value of the showItems property.booleanGets the value of the showMemberPropertyTips property.booleanGets the value of the showMissing property.booleanGets the value of the showMultipleLabel property.booleanGets the value of the subtotalHiddenItems property.booleanGets the value of the useAutoFormatting property.booleanGets the value of the visualTotals property.voidsetApplyAlignmentFormats(Boolean value) Sets the value of the applyAlignmentFormats property.voidsetApplyBorderFormats(Boolean value) Sets the value of the applyBorderFormats property.voidsetApplyFontFormats(Boolean value) Sets the value of the applyFontFormats property.voidsetApplyNumberFormats(Boolean value) Sets the value of the applyNumberFormats property.voidsetApplyPatternFormats(Boolean value) Sets the value of the applyPatternFormats property.voidSets the value of the applyWidthHeightFormats property.voidsetAsteriskTotals(Boolean value) Sets the value of the asteriskTotals property.voidsetAutoFormatId(Long value) Sets the value of the autoFormatId property.voidsetCacheId(long value) Sets the value of the cacheId property.voidsetChartFormat(Long value) Sets the value of the chartFormat property.voidsetChartFormats(CTChartFormats value) Sets the value of the chartFormats property.voidsetColFields(CTColFields value) Sets the value of the colFields property.voidsetColGrandTotals(Boolean value) Sets the value of the colGrandTotals property.voidsetColHeaderCaption(String value) Sets the value of the colHeaderCaption property.voidSets the value of the colHierarchiesUsage property.voidsetColItems(CTColItems value) Sets the value of the colItems property.voidsetCompact(Boolean value) Sets the value of the compact property.voidsetCompactData(Boolean value) Sets the value of the compactData property.voidSets the value of the conditionalFormats property.voidsetCreatedVersion(Short value) Sets the value of the createdVersion property.voidsetCustomListSort(Boolean value) Sets the value of the customListSort property.voidsetDataCaption(String value) Sets the value of the dataCaption property.voidsetDataFields(CTDataFields value) Sets the value of the dataFields property.voidsetDataOnRows(Boolean value) Sets the value of the dataOnRows property.voidsetDataPosition(Long value) Sets the value of the dataPosition property.voidsetDisableFieldList(Boolean value) Sets the value of the disableFieldList property.voidsetEditData(Boolean value) Sets the value of the editData property.voidsetEnableDrill(Boolean value) Sets the value of the enableDrill property.voidsetEnableFieldProperties(Boolean value) Sets the value of the enableFieldProperties property.voidsetEnableWizard(Boolean value) Sets the value of the enableWizard property.voidsetErrorCaption(String value) Sets the value of the errorCaption property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetFieldListSortAscending(Boolean value) Sets the value of the fieldListSortAscending property.voidsetFieldPrintTitles(Boolean value) Sets the value of the fieldPrintTitles property.voidsetFilters(CTPivotFilters value) Sets the value of the filters property.voidsetFormats(CTFormats value) Sets the value of the formats property.voidsetGrandTotalCaption(String value) Sets the value of the grandTotalCaption property.voidsetGridDropZones(Boolean value) Sets the value of the gridDropZones property.voidsetImmersive(Boolean value) Sets the value of the immersive property.voidSets the value of the indent property.voidsetItemPrintTitles(Boolean value) Sets the value of the itemPrintTitles property.voidsetLocation(CTLocation value) Sets the value of the location property.voidsetMdxSubqueries(Boolean value) Sets the value of the mdxSubqueries property.voidsetMergeItem(Boolean value) Sets the value of the mergeItem property.voidsetMinRefreshableVersion(Short value) Sets the value of the minRefreshableVersion property.voidsetMissingCaption(String value) Sets the value of the missingCaption property.voidsetMultipleFieldFilters(Boolean value) Sets the value of the multipleFieldFilters property.voidSets the value of the name property.voidsetOutline(Boolean value) Sets the value of the outline property.voidsetOutlineData(Boolean value) Sets the value of the outlineData property.voidsetPageFields(CTPageFields value) Sets the value of the pageFields property.voidsetPageOverThenDown(Boolean value) Sets the value of the pageOverThenDown property.voidsetPageStyle(String value) Sets the value of the pageStyle property.voidsetPageWrap(Long value) Sets the value of the pageWrap property.voidvoidsetPivotFields(CTPivotFields value) Sets the value of the pivotFields property.voidSets the value of the pivotHierarchies property.voidsetPivotTableStyle(String value) Sets the value of the pivotTableStyle property.voidSets the value of the pivotTableStyleInfo property.voidsetPreserveFormatting(Boolean value) Sets the value of the preserveFormatting property.voidsetPrintDrill(Boolean value) Sets the value of the printDrill property.voidsetPublished(Boolean value) Sets the value of the published property.voidsetRowFields(CTRowFields value) Sets the value of the rowFields property.voidsetRowGrandTotals(Boolean value) Sets the value of the rowGrandTotals property.voidsetRowHeaderCaption(String value) Sets the value of the rowHeaderCaption property.voidSets the value of the rowHierarchiesUsage property.voidsetRowItems(CTRowItems value) Sets the value of the rowItems property.voidsetShowCalcMbrs(Boolean value) Sets the value of the showCalcMbrs property.voidsetShowDataDropDown(Boolean value) Sets the value of the showDataDropDown property.voidsetShowDataTips(Boolean value) Sets the value of the showDataTips property.voidsetShowDrill(Boolean value) Sets the value of the showDrill property.voidsetShowDropZones(Boolean value) Sets the value of the showDropZones property.voidsetShowEmptyCol(Boolean value) Sets the value of the showEmptyCol property.voidsetShowEmptyRow(Boolean value) Sets the value of the showEmptyRow property.voidsetShowError(Boolean value) Sets the value of the showError property.voidsetShowHeaders(Boolean value) Sets the value of the showHeaders property.voidsetShowItems(Boolean value) Sets the value of the showItems property.voidsetShowMemberPropertyTips(Boolean value) Sets the value of the showMemberPropertyTips property.voidsetShowMissing(Boolean value) Sets the value of the showMissing property.voidsetShowMultipleLabel(Boolean value) Sets the value of the showMultipleLabel property.voidsetSubtotalHiddenItems(Boolean value) Sets the value of the subtotalHiddenItems property.voidSets the value of the tag property.voidsetUpdatedVersion(Short value) Sets the value of the updatedVersion property.voidsetUseAutoFormatting(Boolean value) Sets the value of the useAutoFormatting property.voidsetVacatedStyle(String value) Sets the value of the vacatedStyle property.voidsetVisualTotals(Boolean value) Sets the value of the visualTotals property.
-
Field Details
-
location
-
pivotFields
-
rowFields
-
rowItems
-
colFields
-
colItems
-
pageFields
-
dataFields
-
formats
-
conditionalFormats
-
chartFormats
-
pivotHierarchies
-
pivotTableStyleInfo
-
filters
-
rowHierarchiesUsage
-
colHierarchiesUsage
-
extLst
-
name
-
cacheId
protected long cacheId -
dataOnRows
-
dataPosition
-
dataCaption
-
grandTotalCaption
-
errorCaption
-
showError
-
missingCaption
-
showMissing
-
pageStyle
-
pivotTableStyle
-
vacatedStyle
-
tag
-
updatedVersion
-
minRefreshableVersion
-
asteriskTotals
-
showItems
-
editData
-
disableFieldList
-
showCalcMbrs
-
visualTotals
-
showMultipleLabel
-
showDataDropDown
-
showDrill
-
printDrill
-
showMemberPropertyTips
-
showDataTips
-
enableWizard
-
enableDrill
-
enableFieldProperties
-
preserveFormatting
-
useAutoFormatting
-
pageWrap
-
pageOverThenDown
-
subtotalHiddenItems
-
rowGrandTotals
-
colGrandTotals
-
fieldPrintTitles
-
itemPrintTitles
-
mergeItem
-
showDropZones
-
createdVersion
-
indent
-
showEmptyRow
-
showEmptyCol
-
showHeaders
-
compact
-
outline
-
outlineData
-
compactData
-
published
-
gridDropZones
-
immersive
-
multipleFieldFilters
-
chartFormat
-
rowHeaderCaption
-
colHeaderCaption
-
fieldListSortAscending
-
mdxSubqueries
-
customListSort
-
autoFormatId
-
applyNumberFormats
-
applyBorderFormats
-
applyFontFormats
-
applyPatternFormats
-
applyAlignmentFormats
-
applyWidthHeightFormats
-
-
Constructor Details
-
CTPivotTableDefinition
public CTPivotTableDefinition()
-
-
Method Details
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
CTLocation
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isCTLocation
-
getPivotFields
Gets the value of the pivotFields property.- Returns:
- possible object is
CTPivotFields
-
setPivotFields
Sets the value of the pivotFields property.- Parameters:
value- allowed object isCTPivotFields
-
getRowFields
Gets the value of the rowFields property.- Returns:
- possible object is
CTRowFields
-
setRowFields
Sets the value of the rowFields property.- Parameters:
value- allowed object isCTRowFields
-
getRowItems
Gets the value of the rowItems property.- Returns:
- possible object is
CTRowItems
-
setRowItems
Sets the value of the rowItems property.- Parameters:
value- allowed object isCTRowItems
-
getColFields
Gets the value of the colFields property.- Returns:
- possible object is
CTColFields
-
setColFields
Sets the value of the colFields property.- Parameters:
value- allowed object isCTColFields
-
getColItems
Gets the value of the colItems property.- Returns:
- possible object is
CTColItems
-
setColItems
Sets the value of the colItems property.- Parameters:
value- allowed object isCTColItems
-
getPageFields
Gets the value of the pageFields property.- Returns:
- possible object is
CTPageFields
-
setPageFields
Sets the value of the pageFields property.- Parameters:
value- allowed object isCTPageFields
-
getDataFields
Gets the value of the dataFields property.- Returns:
- possible object is
CTDataFields
-
setDataFields
Sets the value of the dataFields property.- Parameters:
value- allowed object isCTDataFields
-
getFormats
Gets the value of the formats property.- Returns:
- possible object is
CTFormats
-
setFormats
Sets the value of the formats property.- Parameters:
value- allowed object isCTFormats
-
getConditionalFormats
Gets the value of the conditionalFormats property.- Returns:
- possible object is
CTConditionalFormats
-
setConditionalFormats
Sets the value of the conditionalFormats property.- Parameters:
value- allowed object isCTConditionalFormats
-
getChartFormats
Gets the value of the chartFormats property.- Returns:
- possible object is
CTChartFormats
-
setChartFormats
Sets the value of the chartFormats property.- Parameters:
value- allowed object isCTChartFormats
-
getPivotHierarchies
Gets the value of the pivotHierarchies property.- Returns:
- possible object is
CTPivotHierarchies
-
setPivotHierarchies
Sets the value of the pivotHierarchies property.- Parameters:
value- allowed object isCTPivotHierarchies
-
getPivotTableStyleInfo
Gets the value of the pivotTableStyleInfo property.- Returns:
- possible object is
CTPivotTableStyle
-
setPivotTableStyleInfo
Sets the value of the pivotTableStyleInfo property.- Parameters:
value- allowed object isCTPivotTableStyle
-
getFilters
Gets the value of the filters property.- Returns:
- possible object is
CTPivotFilters
-
setFilters
Sets the value of the filters property.- Parameters:
value- allowed object isCTPivotFilters
-
getRowHierarchiesUsage
Gets the value of the rowHierarchiesUsage property.- Returns:
- possible object is
CTRowHierarchiesUsage
-
setRowHierarchiesUsage
Sets the value of the rowHierarchiesUsage property.- Parameters:
value- allowed object isCTRowHierarchiesUsage
-
getColHierarchiesUsage
Gets the value of the colHierarchiesUsage property.- Returns:
- possible object is
CTColHierarchiesUsage
-
setColHierarchiesUsage
Sets the value of the colHierarchiesUsage property.- Parameters:
value- allowed object isCTColHierarchiesUsage
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getCacheId
public long getCacheId()Gets the value of the cacheId property. -
setCacheId
public void setCacheId(long value) Sets the value of the cacheId property. -
isDataOnRows
public boolean isDataOnRows()Gets the value of the dataOnRows property.- Returns:
- possible object is
Boolean
-
setDataOnRows
Sets the value of the dataOnRows property.- Parameters:
value- allowed object isBoolean
-
getDataPosition
Gets the value of the dataPosition property.- Returns:
- possible object is
Long
-
setDataPosition
Sets the value of the dataPosition property.- Parameters:
value- allowed object isLong
-
getDataCaption
Gets the value of the dataCaption property.- Returns:
- possible object is
String
-
setDataCaption
Sets the value of the dataCaption property.- Parameters:
value- allowed object isString
-
getGrandTotalCaption
Gets the value of the grandTotalCaption property.- Returns:
- possible object is
String
-
setGrandTotalCaption
Sets the value of the grandTotalCaption property.- Parameters:
value- allowed object isString
-
getErrorCaption
Gets the value of the errorCaption property.- Returns:
- possible object is
String
-
setErrorCaption
Sets the value of the errorCaption property.- Parameters:
value- allowed object isString
-
isShowError
public boolean isShowError()Gets the value of the showError property.- Returns:
- possible object is
Boolean
-
setShowError
Sets the value of the showError property.- Parameters:
value- allowed object isBoolean
-
getMissingCaption
Gets the value of the missingCaption property.- Returns:
- possible object is
String
-
setMissingCaption
Sets the value of the missingCaption property.- Parameters:
value- allowed object isString
-
isShowMissing
public boolean isShowMissing()Gets the value of the showMissing property.- Returns:
- possible object is
Boolean
-
setShowMissing
Sets the value of the showMissing property.- Parameters:
value- allowed object isBoolean
-
getPageStyle
Gets the value of the pageStyle property.- Returns:
- possible object is
String
-
setPageStyle
Sets the value of the pageStyle property.- Parameters:
value- allowed object isString
-
getPivotTableStyle
Gets the value of the pivotTableStyle property.- Returns:
- possible object is
String
-
setPivotTableStyle
Sets the value of the pivotTableStyle property.- Parameters:
value- allowed object isString
-
getVacatedStyle
Gets the value of the vacatedStyle property.- Returns:
- possible object is
String
-
setVacatedStyle
Sets the value of the vacatedStyle property.- Parameters:
value- allowed object isString
-
getTag
Gets the value of the tag property.- Returns:
- possible object is
String
-
setTag
Sets the value of the tag property.- Parameters:
value- allowed object isString
-
getUpdatedVersion
public short getUpdatedVersion()Gets the value of the updatedVersion property.- Returns:
- possible object is
Short
-
setUpdatedVersion
Sets the value of the updatedVersion property.- Parameters:
value- allowed object isShort
-
getMinRefreshableVersion
public short getMinRefreshableVersion()Gets the value of the minRefreshableVersion property.- Returns:
- possible object is
Short
-
setMinRefreshableVersion
Sets the value of the minRefreshableVersion property.- Parameters:
value- allowed object isShort
-
isAsteriskTotals
public boolean isAsteriskTotals()Gets the value of the asteriskTotals property.- Returns:
- possible object is
Boolean
-
setAsteriskTotals
Sets the value of the asteriskTotals property.- Parameters:
value- allowed object isBoolean
-
isShowItems
public boolean isShowItems()Gets the value of the showItems property.- Returns:
- possible object is
Boolean
-
setShowItems
Sets the value of the showItems property.- Parameters:
value- allowed object isBoolean
-
isEditData
public boolean isEditData()Gets the value of the editData property.- Returns:
- possible object is
Boolean
-
setEditData
Sets the value of the editData property.- Parameters:
value- allowed object isBoolean
-
isDisableFieldList
public boolean isDisableFieldList()Gets the value of the disableFieldList property.- Returns:
- possible object is
Boolean
-
setDisableFieldList
Sets the value of the disableFieldList property.- Parameters:
value- allowed object isBoolean
-
isShowCalcMbrs
public boolean isShowCalcMbrs()Gets the value of the showCalcMbrs property.- Returns:
- possible object is
Boolean
-
setShowCalcMbrs
Sets the value of the showCalcMbrs property.- Parameters:
value- allowed object isBoolean
-
isVisualTotals
public boolean isVisualTotals()Gets the value of the visualTotals property.- Returns:
- possible object is
Boolean
-
setVisualTotals
Sets the value of the visualTotals property.- Parameters:
value- allowed object isBoolean
-
isShowMultipleLabel
public boolean isShowMultipleLabel()Gets the value of the showMultipleLabel property.- Returns:
- possible object is
Boolean
-
setShowMultipleLabel
Sets the value of the showMultipleLabel property.- Parameters:
value- allowed object isBoolean
-
isShowDataDropDown
public boolean isShowDataDropDown()Gets the value of the showDataDropDown property.- Returns:
- possible object is
Boolean
-
setShowDataDropDown
Sets the value of the showDataDropDown property.- Parameters:
value- allowed object isBoolean
-
isShowDrill
public boolean isShowDrill()Gets the value of the showDrill property.- Returns:
- possible object is
Boolean
-
setShowDrill
Sets the value of the showDrill property.- Parameters:
value- allowed object isBoolean
-
isPrintDrill
public boolean isPrintDrill()Gets the value of the printDrill property.- Returns:
- possible object is
Boolean
-
setPrintDrill
Sets the value of the printDrill property.- Parameters:
value- allowed object isBoolean
-
isShowMemberPropertyTips
public boolean isShowMemberPropertyTips()Gets the value of the showMemberPropertyTips property.- Returns:
- possible object is
Boolean
-
setShowMemberPropertyTips
Sets the value of the showMemberPropertyTips property.- Parameters:
value- allowed object isBoolean
-
isShowDataTips
public boolean isShowDataTips()Gets the value of the showDataTips property.- Returns:
- possible object is
Boolean
-
setShowDataTips
Sets the value of the showDataTips property.- Parameters:
value- allowed object isBoolean
-
isEnableWizard
public boolean isEnableWizard()Gets the value of the enableWizard property.- Returns:
- possible object is
Boolean
-
setEnableWizard
Sets the value of the enableWizard property.- Parameters:
value- allowed object isBoolean
-
isEnableDrill
public boolean isEnableDrill()Gets the value of the enableDrill property.- Returns:
- possible object is
Boolean
-
setEnableDrill
Sets the value of the enableDrill property.- Parameters:
value- allowed object isBoolean
-
isEnableFieldProperties
public boolean isEnableFieldProperties()Gets the value of the enableFieldProperties property.- Returns:
- possible object is
Boolean
-
setEnableFieldProperties
Sets the value of the enableFieldProperties property.- Parameters:
value- allowed object isBoolean
-
isPreserveFormatting
public boolean isPreserveFormatting()Gets the value of the preserveFormatting property.- Returns:
- possible object is
Boolean
-
setPreserveFormatting
Sets the value of the preserveFormatting property.- Parameters:
value- allowed object isBoolean
-
isUseAutoFormatting
public boolean isUseAutoFormatting()Gets the value of the useAutoFormatting property.- Returns:
- possible object is
Boolean
-
setUseAutoFormatting
Sets the value of the useAutoFormatting property.- Parameters:
value- allowed object isBoolean
-
getPageWrap
public long getPageWrap()Gets the value of the pageWrap property.- Returns:
- possible object is
Long
-
setPageWrap
Sets the value of the pageWrap property.- Parameters:
value- allowed object isLong
-
isPageOverThenDown
public boolean isPageOverThenDown()Gets the value of the pageOverThenDown property.- Returns:
- possible object is
Boolean
-
setPageOverThenDown
Sets the value of the pageOverThenDown property.- Parameters:
value- allowed object isBoolean
-
isSubtotalHiddenItems
public boolean isSubtotalHiddenItems()Gets the value of the subtotalHiddenItems property.- Returns:
- possible object is
Boolean
-
setSubtotalHiddenItems
Sets the value of the subtotalHiddenItems property.- Parameters:
value- allowed object isBoolean
-
isRowGrandTotals
public boolean isRowGrandTotals()Gets the value of the rowGrandTotals property.- Returns:
- possible object is
Boolean
-
setRowGrandTotals
Sets the value of the rowGrandTotals property.- Parameters:
value- allowed object isBoolean
-
isColGrandTotals
public boolean isColGrandTotals()Gets the value of the colGrandTotals property.- Returns:
- possible object is
Boolean
-
setColGrandTotals
Sets the value of the colGrandTotals property.- Parameters:
value- allowed object isBoolean
-
isFieldPrintTitles
public boolean isFieldPrintTitles()Gets the value of the fieldPrintTitles property.- Returns:
- possible object is
Boolean
-
setFieldPrintTitles
Sets the value of the fieldPrintTitles property.- Parameters:
value- allowed object isBoolean
-
isItemPrintTitles
public boolean isItemPrintTitles()Gets the value of the itemPrintTitles property.- Returns:
- possible object is
Boolean
-
setItemPrintTitles
Sets the value of the itemPrintTitles property.- Parameters:
value- allowed object isBoolean
-
isMergeItem
public boolean isMergeItem()Gets the value of the mergeItem property.- Returns:
- possible object is
Boolean
-
setMergeItem
Sets the value of the mergeItem property.- Parameters:
value- allowed object isBoolean
-
isShowDropZones
public boolean isShowDropZones()Gets the value of the showDropZones property.- Returns:
- possible object is
Boolean
-
setShowDropZones
Sets the value of the showDropZones property.- Parameters:
value- allowed object isBoolean
-
getCreatedVersion
public short getCreatedVersion()Gets the value of the createdVersion property.- Returns:
- possible object is
Short
-
setCreatedVersion
Sets the value of the createdVersion property.- Parameters:
value- allowed object isShort
-
getIndent
public long getIndent()Gets the value of the indent property.- Returns:
- possible object is
Long
-
setIndent
Sets the value of the indent property.- Parameters:
value- allowed object isLong
-
isShowEmptyRow
public boolean isShowEmptyRow()Gets the value of the showEmptyRow property.- Returns:
- possible object is
Boolean
-
setShowEmptyRow
Sets the value of the showEmptyRow property.- Parameters:
value- allowed object isBoolean
-
isShowEmptyCol
public boolean isShowEmptyCol()Gets the value of the showEmptyCol property.- Returns:
- possible object is
Boolean
-
setShowEmptyCol
Sets the value of the showEmptyCol property.- Parameters:
value- allowed object isBoolean
-
isShowHeaders
public boolean isShowHeaders()Gets the value of the showHeaders property.- Returns:
- possible object is
Boolean
-
setShowHeaders
Sets the value of the showHeaders property.- Parameters:
value- allowed object isBoolean
-
isCompact
public boolean isCompact()Gets the value of the compact property.- Returns:
- possible object is
Boolean
-
setCompact
Sets the value of the compact property.- Parameters:
value- allowed object isBoolean
-
isOutline
public boolean isOutline()Gets the value of the outline property.- Returns:
- possible object is
Boolean
-
setOutline
Sets the value of the outline property.- Parameters:
value- allowed object isBoolean
-
isOutlineData
public boolean isOutlineData()Gets the value of the outlineData property.- Returns:
- possible object is
Boolean
-
setOutlineData
Sets the value of the outlineData property.- Parameters:
value- allowed object isBoolean
-
isCompactData
public boolean isCompactData()Gets the value of the compactData property.- Returns:
- possible object is
Boolean
-
setCompactData
Sets the value of the compactData property.- Parameters:
value- allowed object isBoolean
-
isPublished
public boolean isPublished()Gets the value of the published property.- Returns:
- possible object is
Boolean
-
setPublished
Sets the value of the published property.- Parameters:
value- allowed object isBoolean
-
isGridDropZones
public boolean isGridDropZones()Gets the value of the gridDropZones property.- Returns:
- possible object is
Boolean
-
setGridDropZones
Sets the value of the gridDropZones property.- Parameters:
value- allowed object isBoolean
-
isImmersive
public boolean isImmersive()Gets the value of the immersive property.- Returns:
- possible object is
Boolean
-
setImmersive
Sets the value of the immersive property.- Parameters:
value- allowed object isBoolean
-
isMultipleFieldFilters
public boolean isMultipleFieldFilters()Gets the value of the multipleFieldFilters property.- Returns:
- possible object is
Boolean
-
setMultipleFieldFilters
Sets the value of the multipleFieldFilters property.- Parameters:
value- allowed object isBoolean
-
getChartFormat
public long getChartFormat()Gets the value of the chartFormat property.- Returns:
- possible object is
Long
-
setChartFormat
Sets the value of the chartFormat property.- Parameters:
value- allowed object isLong
-
getRowHeaderCaption
Gets the value of the rowHeaderCaption property.- Returns:
- possible object is
String
-
setRowHeaderCaption
Sets the value of the rowHeaderCaption property.- Parameters:
value- allowed object isString
-
getColHeaderCaption
Gets the value of the colHeaderCaption property.- Returns:
- possible object is
String
-
setColHeaderCaption
Sets the value of the colHeaderCaption property.- Parameters:
value- allowed object isString
-
isFieldListSortAscending
public boolean isFieldListSortAscending()Gets the value of the fieldListSortAscending property.- Returns:
- possible object is
Boolean
-
setFieldListSortAscending
Sets the value of the fieldListSortAscending property.- Parameters:
value- allowed object isBoolean
-
isMdxSubqueries
public boolean isMdxSubqueries()Gets the value of the mdxSubqueries property.- Returns:
- possible object is
Boolean
-
setMdxSubqueries
Sets the value of the mdxSubqueries property.- Parameters:
value- allowed object isBoolean
-
isCustomListSort
public boolean isCustomListSort()Gets the value of the customListSort property.- Returns:
- possible object is
Boolean
-
setCustomListSort
Sets the value of the customListSort property.- Parameters:
value- allowed object isBoolean
-
getAutoFormatId
Gets the value of the autoFormatId property.- Returns:
- possible object is
Long
-
setAutoFormatId
Sets the value of the autoFormatId property.- Parameters:
value- allowed object isLong
-
isApplyNumberFormats
Gets the value of the applyNumberFormats property.- Returns:
- possible object is
Boolean
-
setApplyNumberFormats
Sets the value of the applyNumberFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyBorderFormats
Gets the value of the applyBorderFormats property.- Returns:
- possible object is
Boolean
-
setApplyBorderFormats
Sets the value of the applyBorderFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyFontFormats
Gets the value of the applyFontFormats property.- Returns:
- possible object is
Boolean
-
setApplyFontFormats
Sets the value of the applyFontFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyPatternFormats
Gets the value of the applyPatternFormats property.- Returns:
- possible object is
Boolean
-
setApplyPatternFormats
Sets the value of the applyPatternFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyAlignmentFormats
Gets the value of the applyAlignmentFormats property.- Returns:
- possible object is
Boolean
-
setApplyAlignmentFormats
Sets the value of the applyAlignmentFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyWidthHeightFormats
Gets the value of the applyWidthHeightFormats property.- Returns:
- possible object is
Boolean
-
setApplyWidthHeightFormats
Sets the value of the applyWidthHeightFormats property.- Parameters:
value- allowed object isBoolean
-
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.
-