Package org.apache.poi.xssf.usermodel
Class XSSFPivotCache
- java.lang.Object
-
- org.apache.poi.ooxml.POIXMLDocumentPart
-
- org.apache.poi.xssf.usermodel.XSSFPivotCache
-
public class XSSFPivotCache extends POIXMLDocumentPart
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
-
Constructor Summary
Constructors Constructor Description XSSFPivotCache()
XSSFPivotCache(CTPivotCache ctPivotCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CTPivotCache
getCTPivotCache()
-
Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, setCommited, toString
-
-
-
-
Constructor Detail
-
XSSFPivotCache
@Beta public XSSFPivotCache()
-
XSSFPivotCache
@Beta public XSSFPivotCache(CTPivotCache ctPivotCache)
-
-
Method Detail
-
getCTPivotCache
@Beta public CTPivotCache getCTPivotCache()
-
-