Package org.xlsx4j.sml
Class CTPivotTableDefinition
java.lang.Object
org.xlsx4j.sml.CTPivotTableDefinition
- All Implemented Interfaces:
Child
public class CTPivotTableDefinition extends java.lang.Object implements 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
Fields Modifier and Type Field Description protected java.lang.BooleanapplyAlignmentFormatsprotected java.lang.BooleanapplyBorderFormatsprotected java.lang.BooleanapplyFontFormatsprotected java.lang.BooleanapplyNumberFormatsprotected java.lang.BooleanapplyPatternFormatsprotected java.lang.BooleanapplyWidthHeightFormatsprotected java.lang.BooleanasteriskTotalsprotected java.lang.LongautoFormatIdprotected longcacheIdprotected java.lang.LongchartFormatprotected CTChartFormatschartFormatsprotected CTColFieldscolFieldsprotected java.lang.BooleancolGrandTotalsprotected java.lang.StringcolHeaderCaptionprotected CTColHierarchiesUsagecolHierarchiesUsageprotected CTColItemscolItemsprotected java.lang.Booleancompactprotected java.lang.BooleancompactDataprotected CTConditionalFormatsconditionalFormatsprotected java.lang.ShortcreatedVersionprotected java.lang.BooleancustomListSortprotected java.lang.StringdataCaptionprotected CTDataFieldsdataFieldsprotected java.lang.BooleandataOnRowsprotected java.lang.LongdataPositionprotected java.lang.BooleandisableFieldListprotected java.lang.BooleaneditDataprotected java.lang.BooleanenableDrillprotected java.lang.BooleanenableFieldPropertiesprotected java.lang.BooleanenableWizardprotected java.lang.StringerrorCaptionprotected CTExtensionListextLstprotected java.lang.BooleanfieldListSortAscendingprotected java.lang.BooleanfieldPrintTitlesprotected CTPivotFiltersfiltersprotected CTFormatsformatsprotected java.lang.StringgrandTotalCaptionprotected java.lang.BooleangridDropZonesprotected java.lang.Booleanimmersiveprotected java.lang.Longindentprotected java.lang.BooleanitemPrintTitlesprotected CTLocationlocationprotected java.lang.BooleanmdxSubqueriesprotected java.lang.BooleanmergeItemprotected java.lang.ShortminRefreshableVersionprotected java.lang.StringmissingCaptionprotected java.lang.BooleanmultipleFieldFiltersprotected java.lang.Stringnameprotected java.lang.Booleanoutlineprotected java.lang.BooleanoutlineDataprotected CTPageFieldspageFieldsprotected java.lang.BooleanpageOverThenDownprotected java.lang.StringpageStyleprotected java.lang.LongpageWrapprotected CTPivotFieldspivotFieldsprotected CTPivotHierarchiespivotHierarchiesprotected java.lang.StringpivotTableStyleprotected CTPivotTableStylepivotTableStyleInfoprotected java.lang.BooleanpreserveFormattingprotected java.lang.BooleanprintDrillprotected java.lang.Booleanpublishedprotected CTRowFieldsrowFieldsprotected java.lang.BooleanrowGrandTotalsprotected java.lang.StringrowHeaderCaptionprotected CTRowHierarchiesUsagerowHierarchiesUsageprotected CTRowItemsrowItemsprotected java.lang.BooleanshowCalcMbrsprotected java.lang.BooleanshowDataDropDownprotected java.lang.BooleanshowDataTipsprotected java.lang.BooleanshowDrillprotected java.lang.BooleanshowDropZonesprotected java.lang.BooleanshowEmptyColprotected java.lang.BooleanshowEmptyRowprotected java.lang.BooleanshowErrorprotected java.lang.BooleanshowHeadersprotected java.lang.BooleanshowItemsprotected java.lang.BooleanshowMemberPropertyTipsprotected java.lang.BooleanshowMissingprotected java.lang.BooleanshowMultipleLabelprotected java.lang.BooleansubtotalHiddenItemsprotected java.lang.Stringtagprotected java.lang.ShortupdatedVersionprotected java.lang.BooleanuseAutoFormattingprotected java.lang.StringvacatedStyleprotected java.lang.BooleanvisualTotals -
Constructor Summary
Constructors Constructor Description CTPivotTableDefinition() -
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.LonggetAutoFormatId()Gets the value of the autoFormatId property.longgetCacheId()Gets the value of the cacheId property.longgetChartFormat()Gets the value of the chartFormat property.CTChartFormatsgetChartFormats()Gets the value of the chartFormats property.CTColFieldsgetColFields()Gets the value of the colFields property.java.lang.StringgetColHeaderCaption()Gets the value of the colHeaderCaption property.CTColHierarchiesUsagegetColHierarchiesUsage()Gets the value of the colHierarchiesUsage property.CTColItemsgetColItems()Gets the value of the colItems property.CTConditionalFormatsgetConditionalFormats()Gets the value of the conditionalFormats property.shortgetCreatedVersion()Gets the value of the createdVersion property.java.lang.StringgetDataCaption()Gets the value of the dataCaption property.CTDataFieldsgetDataFields()Gets the value of the dataFields property.java.lang.LonggetDataPosition()Gets the value of the dataPosition property.java.lang.StringgetErrorCaption()Gets the value of the errorCaption property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTPivotFiltersgetFilters()Gets the value of the filters property.CTFormatsgetFormats()Gets the value of the formats property.java.lang.StringgetGrandTotalCaption()Gets the value of the grandTotalCaption property.longgetIndent()Gets the value of the indent property.CTLocationgetLocation()Gets the value of the location property.shortgetMinRefreshableVersion()Gets the value of the minRefreshableVersion property.java.lang.StringgetMissingCaption()Gets the value of the missingCaption property.java.lang.StringgetName()Gets the value of the name property.CTPageFieldsgetPageFields()Gets the value of the pageFields property.java.lang.StringgetPageStyle()Gets the value of the pageStyle property.longgetPageWrap()Gets the value of the pageWrap property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPivotFieldsgetPivotFields()Gets the value of the pivotFields property.CTPivotHierarchiesgetPivotHierarchies()Gets the value of the pivotHierarchies property.java.lang.StringgetPivotTableStyle()Gets the value of the pivotTableStyle property.CTPivotTableStylegetPivotTableStyleInfo()Gets the value of the pivotTableStyleInfo property.CTRowFieldsgetRowFields()Gets the value of the rowFields property.java.lang.StringgetRowHeaderCaption()Gets the value of the rowHeaderCaption property.CTRowHierarchiesUsagegetRowHierarchiesUsage()Gets the value of the rowHierarchiesUsage property.CTRowItemsgetRowItems()Gets the value of the rowItems property.java.lang.StringgetTag()Gets the value of the tag property.shortgetUpdatedVersion()Gets the value of the updatedVersion property.java.lang.StringgetVacatedStyle()Gets the value of the vacatedStyle property.java.lang.BooleanisApplyAlignmentFormats()Gets the value of the applyAlignmentFormats property.java.lang.BooleanisApplyBorderFormats()Gets the value of the applyBorderFormats property.java.lang.BooleanisApplyFontFormats()Gets the value of the applyFontFormats property.java.lang.BooleanisApplyNumberFormats()Gets the value of the applyNumberFormats property.java.lang.BooleanisApplyPatternFormats()Gets the value of the applyPatternFormats property.java.lang.BooleanisApplyWidthHeightFormats()Gets the value of the applyWidthHeightFormats property.booleanisAsteriskTotals()Gets the value of the asteriskTotals property.booleanisColGrandTotals()Gets the value of the colGrandTotals property.booleanisCompact()Gets the value of the compact property.booleanisCompactData()Gets the value of the compactData property.booleanisCustomListSort()Gets the value of the customListSort property.booleanisDataOnRows()Gets the value of the dataOnRows property.booleanisDisableFieldList()Gets the value of the disableFieldList property.booleanisEditData()Gets the value of the editData property.booleanisEnableDrill()Gets the value of the enableDrill property.booleanisEnableFieldProperties()Gets the value of the enableFieldProperties property.booleanisEnableWizard()Gets the value of the enableWizard property.booleanisFieldListSortAscending()Gets the value of the fieldListSortAscending property.booleanisFieldPrintTitles()Gets the value of the fieldPrintTitles property.booleanisGridDropZones()Gets the value of the gridDropZones property.booleanisImmersive()Gets the value of the immersive property.booleanisItemPrintTitles()Gets the value of the itemPrintTitles property.booleanisMdxSubqueries()Gets the value of the mdxSubqueries property.booleanisMergeItem()Gets the value of the mergeItem property.booleanisMultipleFieldFilters()Gets the value of the multipleFieldFilters property.booleanisOutline()Gets the value of the outline property.booleanisOutlineData()Gets the value of the outlineData property.booleanisPageOverThenDown()Gets the value of the pageOverThenDown property.booleanisPreserveFormatting()Gets the value of the preserveFormatting property.booleanisPrintDrill()Gets the value of the printDrill property.booleanisPublished()Gets the value of the published property.booleanisRowGrandTotals()Gets the value of the rowGrandTotals property.booleanisShowCalcMbrs()Gets the value of the showCalcMbrs property.booleanisShowDataDropDown()Gets the value of the showDataDropDown property.booleanisShowDataTips()Gets the value of the showDataTips property.booleanisShowDrill()Gets the value of the showDrill property.booleanisShowDropZones()Gets the value of the showDropZones property.booleanisShowEmptyCol()Gets the value of the showEmptyCol property.booleanisShowEmptyRow()Gets the value of the showEmptyRow property.booleanisShowError()Gets the value of the showError property.booleanisShowHeaders()Gets the value of the showHeaders property.booleanisShowItems()Gets the value of the showItems property.booleanisShowMemberPropertyTips()Gets the value of the showMemberPropertyTips property.booleanisShowMissing()Gets the value of the showMissing property.booleanisShowMultipleLabel()Gets the value of the showMultipleLabel property.booleanisSubtotalHiddenItems()Gets the value of the subtotalHiddenItems property.booleanisUseAutoFormatting()Gets the value of the useAutoFormatting property.booleanisVisualTotals()Gets the value of the visualTotals property.voidsetApplyAlignmentFormats(java.lang.Boolean value)Sets the value of the applyAlignmentFormats property.voidsetApplyBorderFormats(java.lang.Boolean value)Sets the value of the applyBorderFormats property.voidsetApplyFontFormats(java.lang.Boolean value)Sets the value of the applyFontFormats property.voidsetApplyNumberFormats(java.lang.Boolean value)Sets the value of the applyNumberFormats property.voidsetApplyPatternFormats(java.lang.Boolean value)Sets the value of the applyPatternFormats property.voidsetApplyWidthHeightFormats(java.lang.Boolean value)Sets the value of the applyWidthHeightFormats property.voidsetAsteriskTotals(java.lang.Boolean value)Sets the value of the asteriskTotals property.voidsetAutoFormatId(java.lang.Long value)Sets the value of the autoFormatId property.voidsetCacheId(long value)Sets the value of the cacheId property.voidsetChartFormat(java.lang.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(java.lang.Boolean value)Sets the value of the colGrandTotals property.voidsetColHeaderCaption(java.lang.String value)Sets the value of the colHeaderCaption property.voidsetColHierarchiesUsage(CTColHierarchiesUsage value)Sets the value of the colHierarchiesUsage property.voidsetColItems(CTColItems value)Sets the value of the colItems property.voidsetCompact(java.lang.Boolean value)Sets the value of the compact property.voidsetCompactData(java.lang.Boolean value)Sets the value of the compactData property.voidsetConditionalFormats(CTConditionalFormats value)Sets the value of the conditionalFormats property.voidsetCreatedVersion(java.lang.Short value)Sets the value of the createdVersion property.voidsetCustomListSort(java.lang.Boolean value)Sets the value of the customListSort property.voidsetDataCaption(java.lang.String value)Sets the value of the dataCaption property.voidsetDataFields(CTDataFields value)Sets the value of the dataFields property.voidsetDataOnRows(java.lang.Boolean value)Sets the value of the dataOnRows property.voidsetDataPosition(java.lang.Long value)Sets the value of the dataPosition property.voidsetDisableFieldList(java.lang.Boolean value)Sets the value of the disableFieldList property.voidsetEditData(java.lang.Boolean value)Sets the value of the editData property.voidsetEnableDrill(java.lang.Boolean value)Sets the value of the enableDrill property.voidsetEnableFieldProperties(java.lang.Boolean value)Sets the value of the enableFieldProperties property.voidsetEnableWizard(java.lang.Boolean value)Sets the value of the enableWizard property.voidsetErrorCaption(java.lang.String value)Sets the value of the errorCaption property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFieldListSortAscending(java.lang.Boolean value)Sets the value of the fieldListSortAscending property.voidsetFieldPrintTitles(java.lang.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(java.lang.String value)Sets the value of the grandTotalCaption property.voidsetGridDropZones(java.lang.Boolean value)Sets the value of the gridDropZones property.voidsetImmersive(java.lang.Boolean value)Sets the value of the immersive property.voidsetIndent(java.lang.Long value)Sets the value of the indent property.voidsetItemPrintTitles(java.lang.Boolean value)Sets the value of the itemPrintTitles property.voidsetLocation(CTLocation value)Sets the value of the location property.voidsetMdxSubqueries(java.lang.Boolean value)Sets the value of the mdxSubqueries property.voidsetMergeItem(java.lang.Boolean value)Sets the value of the mergeItem property.voidsetMinRefreshableVersion(java.lang.Short value)Sets the value of the minRefreshableVersion property.voidsetMissingCaption(java.lang.String value)Sets the value of the missingCaption property.voidsetMultipleFieldFilters(java.lang.Boolean value)Sets the value of the multipleFieldFilters property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetOutline(java.lang.Boolean value)Sets the value of the outline property.voidsetOutlineData(java.lang.Boolean value)Sets the value of the outlineData property.voidsetPageFields(CTPageFields value)Sets the value of the pageFields property.voidsetPageOverThenDown(java.lang.Boolean value)Sets the value of the pageOverThenDown property.voidsetPageStyle(java.lang.String value)Sets the value of the pageStyle property.voidsetPageWrap(java.lang.Long value)Sets the value of the pageWrap property.voidsetParent(java.lang.Object parent)voidsetPivotFields(CTPivotFields value)Sets the value of the pivotFields property.voidsetPivotHierarchies(CTPivotHierarchies value)Sets the value of the pivotHierarchies property.voidsetPivotTableStyle(java.lang.String value)Sets the value of the pivotTableStyle property.voidsetPivotTableStyleInfo(CTPivotTableStyle value)Sets the value of the pivotTableStyleInfo property.voidsetPreserveFormatting(java.lang.Boolean value)Sets the value of the preserveFormatting property.voidsetPrintDrill(java.lang.Boolean value)Sets the value of the printDrill property.voidsetPublished(java.lang.Boolean value)Sets the value of the published property.voidsetRowFields(CTRowFields value)Sets the value of the rowFields property.voidsetRowGrandTotals(java.lang.Boolean value)Sets the value of the rowGrandTotals property.voidsetRowHeaderCaption(java.lang.String value)Sets the value of the rowHeaderCaption property.voidsetRowHierarchiesUsage(CTRowHierarchiesUsage value)Sets the value of the rowHierarchiesUsage property.voidsetRowItems(CTRowItems value)Sets the value of the rowItems property.voidsetShowCalcMbrs(java.lang.Boolean value)Sets the value of the showCalcMbrs property.voidsetShowDataDropDown(java.lang.Boolean value)Sets the value of the showDataDropDown property.voidsetShowDataTips(java.lang.Boolean value)Sets the value of the showDataTips property.voidsetShowDrill(java.lang.Boolean value)Sets the value of the showDrill property.voidsetShowDropZones(java.lang.Boolean value)Sets the value of the showDropZones property.voidsetShowEmptyCol(java.lang.Boolean value)Sets the value of the showEmptyCol property.voidsetShowEmptyRow(java.lang.Boolean value)Sets the value of the showEmptyRow property.voidsetShowError(java.lang.Boolean value)Sets the value of the showError property.voidsetShowHeaders(java.lang.Boolean value)Sets the value of the showHeaders property.voidsetShowItems(java.lang.Boolean value)Sets the value of the showItems property.voidsetShowMemberPropertyTips(java.lang.Boolean value)Sets the value of the showMemberPropertyTips property.voidsetShowMissing(java.lang.Boolean value)Sets the value of the showMissing property.voidsetShowMultipleLabel(java.lang.Boolean value)Sets the value of the showMultipleLabel property.voidsetSubtotalHiddenItems(java.lang.Boolean value)Sets the value of the subtotalHiddenItems property.voidsetTag(java.lang.String value)Sets the value of the tag property.voidsetUpdatedVersion(java.lang.Short value)Sets the value of the updatedVersion property.voidsetUseAutoFormatting(java.lang.Boolean value)Sets the value of the useAutoFormatting property.voidsetVacatedStyle(java.lang.String value)Sets the value of the vacatedStyle property.voidsetVisualTotals(java.lang.Boolean value)Sets the value of the visualTotals property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
location
-
pivotFields
-
rowFields
-
rowItems
-
colFields
-
colItems
-
pageFields
-
dataFields
-
formats
-
conditionalFormats
-
chartFormats
-
pivotHierarchies
-
pivotTableStyleInfo
-
filters
-
rowHierarchiesUsage
-
colHierarchiesUsage
-
extLst
-
name
protected java.lang.String name -
cacheId
protected long cacheId -
dataOnRows
protected java.lang.Boolean dataOnRows -
dataPosition
protected java.lang.Long dataPosition -
dataCaption
protected java.lang.String dataCaption -
grandTotalCaption
protected java.lang.String grandTotalCaption -
errorCaption
protected java.lang.String errorCaption -
showError
protected java.lang.Boolean showError -
missingCaption
protected java.lang.String missingCaption -
showMissing
protected java.lang.Boolean showMissing -
pageStyle
protected java.lang.String pageStyle -
pivotTableStyle
protected java.lang.String pivotTableStyle -
vacatedStyle
protected java.lang.String vacatedStyle -
tag
protected java.lang.String tag -
updatedVersion
protected java.lang.Short updatedVersion -
minRefreshableVersion
protected java.lang.Short minRefreshableVersion -
asteriskTotals
protected java.lang.Boolean asteriskTotals -
showItems
protected java.lang.Boolean showItems -
editData
protected java.lang.Boolean editData -
disableFieldList
protected java.lang.Boolean disableFieldList -
showCalcMbrs
protected java.lang.Boolean showCalcMbrs -
visualTotals
protected java.lang.Boolean visualTotals -
showMultipleLabel
protected java.lang.Boolean showMultipleLabel -
showDataDropDown
protected java.lang.Boolean showDataDropDown -
showDrill
protected java.lang.Boolean showDrill -
printDrill
protected java.lang.Boolean printDrill -
showMemberPropertyTips
protected java.lang.Boolean showMemberPropertyTips -
showDataTips
protected java.lang.Boolean showDataTips -
enableWizard
protected java.lang.Boolean enableWizard -
enableDrill
protected java.lang.Boolean enableDrill -
enableFieldProperties
protected java.lang.Boolean enableFieldProperties -
preserveFormatting
protected java.lang.Boolean preserveFormatting -
useAutoFormatting
protected java.lang.Boolean useAutoFormatting -
pageWrap
protected java.lang.Long pageWrap -
pageOverThenDown
protected java.lang.Boolean pageOverThenDown -
subtotalHiddenItems
protected java.lang.Boolean subtotalHiddenItems -
rowGrandTotals
protected java.lang.Boolean rowGrandTotals -
colGrandTotals
protected java.lang.Boolean colGrandTotals -
fieldPrintTitles
protected java.lang.Boolean fieldPrintTitles -
itemPrintTitles
protected java.lang.Boolean itemPrintTitles -
mergeItem
protected java.lang.Boolean mergeItem -
showDropZones
protected java.lang.Boolean showDropZones -
createdVersion
protected java.lang.Short createdVersion -
indent
protected java.lang.Long indent -
showEmptyRow
protected java.lang.Boolean showEmptyRow -
showEmptyCol
protected java.lang.Boolean showEmptyCol -
showHeaders
protected java.lang.Boolean showHeaders -
compact
protected java.lang.Boolean compact -
outline
protected java.lang.Boolean outline -
outlineData
protected java.lang.Boolean outlineData -
compactData
protected java.lang.Boolean compactData -
published
protected java.lang.Boolean published -
gridDropZones
protected java.lang.Boolean gridDropZones -
immersive
protected java.lang.Boolean immersive -
multipleFieldFilters
protected java.lang.Boolean multipleFieldFilters -
chartFormat
protected java.lang.Long chartFormat -
rowHeaderCaption
protected java.lang.String rowHeaderCaption -
colHeaderCaption
protected java.lang.String colHeaderCaption -
fieldListSortAscending
protected java.lang.Boolean fieldListSortAscending -
mdxSubqueries
protected java.lang.Boolean mdxSubqueries -
customListSort
protected java.lang.Boolean customListSort -
autoFormatId
protected java.lang.Long autoFormatId -
applyNumberFormats
protected java.lang.Boolean applyNumberFormats -
applyBorderFormats
protected java.lang.Boolean applyBorderFormats -
applyFontFormats
protected java.lang.Boolean applyFontFormats -
applyPatternFormats
protected java.lang.Boolean applyPatternFormats -
applyAlignmentFormats
protected java.lang.Boolean applyAlignmentFormats -
applyWidthHeightFormats
protected java.lang.Boolean 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
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)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
public void setDataOnRows(java.lang.Boolean value)Sets the value of the dataOnRows property.- Parameters:
value- allowed object isBoolean
-
getDataPosition
public java.lang.Long getDataPosition()Gets the value of the dataPosition property.- Returns:
- possible object is
Long
-
setDataPosition
public void setDataPosition(java.lang.Long value)Sets the value of the dataPosition property.- Parameters:
value- allowed object isLong
-
getDataCaption
public java.lang.String getDataCaption()Gets the value of the dataCaption property.- Returns:
- possible object is
String
-
setDataCaption
public void setDataCaption(java.lang.String value)Sets the value of the dataCaption property.- Parameters:
value- allowed object isString
-
getGrandTotalCaption
public java.lang.String getGrandTotalCaption()Gets the value of the grandTotalCaption property.- Returns:
- possible object is
String
-
setGrandTotalCaption
public void setGrandTotalCaption(java.lang.String value)Sets the value of the grandTotalCaption property.- Parameters:
value- allowed object isString
-
getErrorCaption
public java.lang.String getErrorCaption()Gets the value of the errorCaption property.- Returns:
- possible object is
String
-
setErrorCaption
public void setErrorCaption(java.lang.String value)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
public void setShowError(java.lang.Boolean value)Sets the value of the showError property.- Parameters:
value- allowed object isBoolean
-
getMissingCaption
public java.lang.String getMissingCaption()Gets the value of the missingCaption property.- Returns:
- possible object is
String
-
setMissingCaption
public void setMissingCaption(java.lang.String value)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
public void setShowMissing(java.lang.Boolean value)Sets the value of the showMissing property.- Parameters:
value- allowed object isBoolean
-
getPageStyle
public java.lang.String getPageStyle()Gets the value of the pageStyle property.- Returns:
- possible object is
String
-
setPageStyle
public void setPageStyle(java.lang.String value)Sets the value of the pageStyle property.- Parameters:
value- allowed object isString
-
getPivotTableStyle
public java.lang.String getPivotTableStyle()Gets the value of the pivotTableStyle property.- Returns:
- possible object is
String
-
setPivotTableStyle
public void setPivotTableStyle(java.lang.String value)Sets the value of the pivotTableStyle property.- Parameters:
value- allowed object isString
-
getVacatedStyle
public java.lang.String getVacatedStyle()Gets the value of the vacatedStyle property.- Returns:
- possible object is
String
-
setVacatedStyle
public void setVacatedStyle(java.lang.String value)Sets the value of the vacatedStyle property.- Parameters:
value- allowed object isString
-
getTag
public java.lang.String getTag()Gets the value of the tag property.- Returns:
- possible object is
String
-
setTag
public void setTag(java.lang.String value)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
public void setUpdatedVersion(java.lang.Short value)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
public void setMinRefreshableVersion(java.lang.Short value)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
public void setAsteriskTotals(java.lang.Boolean value)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
public void setShowItems(java.lang.Boolean value)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
public void setEditData(java.lang.Boolean value)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
public void setDisableFieldList(java.lang.Boolean value)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
public void setShowCalcMbrs(java.lang.Boolean value)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
public void setVisualTotals(java.lang.Boolean value)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
public void setShowMultipleLabel(java.lang.Boolean value)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
public void setShowDataDropDown(java.lang.Boolean value)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
public void setShowDrill(java.lang.Boolean value)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
public void setPrintDrill(java.lang.Boolean value)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
public void setShowMemberPropertyTips(java.lang.Boolean value)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
public void setShowDataTips(java.lang.Boolean value)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
public void setEnableWizard(java.lang.Boolean value)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
public void setEnableDrill(java.lang.Boolean value)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
public void setEnableFieldProperties(java.lang.Boolean value)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
public void setPreserveFormatting(java.lang.Boolean value)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
public void setUseAutoFormatting(java.lang.Boolean value)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
public void setPageWrap(java.lang.Long value)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
public void setPageOverThenDown(java.lang.Boolean value)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
public void setSubtotalHiddenItems(java.lang.Boolean value)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
public void setRowGrandTotals(java.lang.Boolean value)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
public void setColGrandTotals(java.lang.Boolean value)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
public void setFieldPrintTitles(java.lang.Boolean value)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
public void setItemPrintTitles(java.lang.Boolean value)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
public void setMergeItem(java.lang.Boolean value)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
public void setShowDropZones(java.lang.Boolean value)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
public void setCreatedVersion(java.lang.Short value)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
public void setIndent(java.lang.Long value)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
public void setShowEmptyRow(java.lang.Boolean value)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
public void setShowEmptyCol(java.lang.Boolean value)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
public void setShowHeaders(java.lang.Boolean value)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
public void setCompact(java.lang.Boolean value)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
public void setOutline(java.lang.Boolean value)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
public void setOutlineData(java.lang.Boolean value)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
public void setCompactData(java.lang.Boolean value)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
public void setPublished(java.lang.Boolean value)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
public void setGridDropZones(java.lang.Boolean value)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
public void setImmersive(java.lang.Boolean value)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
public void setMultipleFieldFilters(java.lang.Boolean value)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
public void setChartFormat(java.lang.Long value)Sets the value of the chartFormat property.- Parameters:
value- allowed object isLong
-
getRowHeaderCaption
public java.lang.String getRowHeaderCaption()Gets the value of the rowHeaderCaption property.- Returns:
- possible object is
String
-
setRowHeaderCaption
public void setRowHeaderCaption(java.lang.String value)Sets the value of the rowHeaderCaption property.- Parameters:
value- allowed object isString
-
getColHeaderCaption
public java.lang.String getColHeaderCaption()Gets the value of the colHeaderCaption property.- Returns:
- possible object is
String
-
setColHeaderCaption
public void setColHeaderCaption(java.lang.String value)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
public void setFieldListSortAscending(java.lang.Boolean value)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
public void setMdxSubqueries(java.lang.Boolean value)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
public void setCustomListSort(java.lang.Boolean value)Sets the value of the customListSort property.- Parameters:
value- allowed object isBoolean
-
getAutoFormatId
public java.lang.Long getAutoFormatId()Gets the value of the autoFormatId property.- Returns:
- possible object is
Long
-
setAutoFormatId
public void setAutoFormatId(java.lang.Long value)Sets the value of the autoFormatId property.- Parameters:
value- allowed object isLong
-
isApplyNumberFormats
public java.lang.Boolean isApplyNumberFormats()Gets the value of the applyNumberFormats property.- Returns:
- possible object is
Boolean
-
setApplyNumberFormats
public void setApplyNumberFormats(java.lang.Boolean value)Sets the value of the applyNumberFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyBorderFormats
public java.lang.Boolean isApplyBorderFormats()Gets the value of the applyBorderFormats property.- Returns:
- possible object is
Boolean
-
setApplyBorderFormats
public void setApplyBorderFormats(java.lang.Boolean value)Sets the value of the applyBorderFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyFontFormats
public java.lang.Boolean isApplyFontFormats()Gets the value of the applyFontFormats property.- Returns:
- possible object is
Boolean
-
setApplyFontFormats
public void setApplyFontFormats(java.lang.Boolean value)Sets the value of the applyFontFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyPatternFormats
public java.lang.Boolean isApplyPatternFormats()Gets the value of the applyPatternFormats property.- Returns:
- possible object is
Boolean
-
setApplyPatternFormats
public void setApplyPatternFormats(java.lang.Boolean value)Sets the value of the applyPatternFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyAlignmentFormats
public java.lang.Boolean isApplyAlignmentFormats()Gets the value of the applyAlignmentFormats property.- Returns:
- possible object is
Boolean
-
setApplyAlignmentFormats
public void setApplyAlignmentFormats(java.lang.Boolean value)Sets the value of the applyAlignmentFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyWidthHeightFormats
public java.lang.Boolean isApplyWidthHeightFormats()Gets the value of the applyWidthHeightFormats property.- Returns:
- possible object is
Boolean
-
setApplyWidthHeightFormats
public void setApplyWidthHeightFormats(java.lang.Boolean value)Sets the value of the applyWidthHeightFormats property.- Parameters:
value- allowed object isBoolean
-
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.
-