Uses of Class
org.xlsx4j.sml.CTPivotArea
Packages that use CTPivotArea
-
Uses of CTPivotArea in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPivotAreaModifier and TypeFieldDescriptionprotected CTPivotAreaCTAutoSortScope.pivotAreaprotected CTPivotAreaCTCalculatedItem.pivotAreaprotected CTPivotAreaCTChartFormat.pivotAreaprotected CTPivotAreaCTFormat.pivotAreaprotected CTPivotAreaCTPivotSelection.pivotAreaFields in org.xlsx4j.sml with type parameters of type CTPivotAreaMethods in org.xlsx4j.sml that return CTPivotAreaModifier and TypeMethodDescriptionObjectFactory.createCTPivotArea()Create an instance ofCTPivotAreaCTAutoSortScope.getPivotArea()Gets the value of the pivotArea property.CTCalculatedItem.getPivotArea()Gets the value of the pivotArea property.CTChartFormat.getPivotArea()Gets the value of the pivotArea property.CTFormat.getPivotArea()Gets the value of the pivotArea property.CTPivotSelection.getPivotArea()Gets the value of the pivotArea property.Methods in org.xlsx4j.sml that return types with arguments of type CTPivotAreaModifier and TypeMethodDescriptionCTPivotAreas.getPivotArea()Gets the value of the pivotArea property.Methods in org.xlsx4j.sml with parameters of type CTPivotAreaModifier and TypeMethodDescriptionvoidCTAutoSortScope.setPivotArea(CTPivotArea value) Sets the value of the pivotArea property.voidCTCalculatedItem.setPivotArea(CTPivotArea value) Sets the value of the pivotArea property.voidCTChartFormat.setPivotArea(CTPivotArea value) Sets the value of the pivotArea property.voidCTFormat.setPivotArea(CTPivotArea value) Sets the value of the pivotArea property.voidCTPivotSelection.setPivotArea(CTPivotArea value) Sets the value of the pivotArea property.