Uses of Class
org.xlsx4j.sml.CTPivotArea
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTPivotArea in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPivotArea Modifier and Type Field Description protected CTPivotAreaCTAutoSortScope. pivotAreaprotected CTPivotAreaCTCalculatedItem. pivotAreaprotected CTPivotAreaCTChartFormat. pivotAreaprotected CTPivotAreaCTFormat. pivotAreaprotected CTPivotAreaCTPivotSelection. pivotAreaFields in org.xlsx4j.sml with type parameters of type CTPivotArea Modifier and Type Field Description protected java.util.List<CTPivotArea>CTPivotAreas. pivotAreaMethods in org.xlsx4j.sml that return CTPivotArea Modifier and Type Method Description CTPivotAreaObjectFactory. createCTPivotArea()Create an instance ofCTPivotAreaCTPivotAreaCTAutoSortScope. getPivotArea()Gets the value of the pivotArea property.CTPivotAreaCTCalculatedItem. getPivotArea()Gets the value of the pivotArea property.CTPivotAreaCTChartFormat. getPivotArea()Gets the value of the pivotArea property.CTPivotAreaCTFormat. getPivotArea()Gets the value of the pivotArea property.CTPivotAreaCTPivotSelection. getPivotArea()Gets the value of the pivotArea property.Methods in org.xlsx4j.sml that return types with arguments of type CTPivotArea Modifier and Type Method Description java.util.List<CTPivotArea>CTPivotAreas. getPivotArea()Gets the value of the pivotArea property.Methods in org.xlsx4j.sml with parameters of type CTPivotArea Modifier and Type Method Description voidCTAutoSortScope. 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.