|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.POIXMLDocumentPart
org.apache.poi.xssf.usermodel.XSSFPivotCache
public class XSSFPivotCache
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.poi.POIXMLDocumentPart |
---|
POIXMLDocumentPart.RelationPart |
Constructor Summary | |
---|---|
|
XSSFPivotCache()
|
|
XSSFPivotCache(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache ctPivotCache)
|
protected |
XSSFPivotCache(PackagePart part)
Creates n XSSFPivotCache representing the given package part and relationship. |
Method Summary | |
---|---|
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache |
getCTPivotCache()
|
protected void |
readFrom(java.io.InputStream is)
|
Methods inherited from class org.apache.poi.POIXMLDocumentPart |
---|
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationParts, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@Beta public XSSFPivotCache()
@Beta public XSSFPivotCache(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache ctPivotCache)
@Beta protected XSSFPivotCache(PackagePart part) throws java.io.IOException
part
- - The package part that holds xml data representing this pivot cache definition.
java.io.IOException
Method Detail |
---|
@Beta protected void readFrom(java.io.InputStream is) throws java.io.IOException
java.io.IOException
@Beta public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache getCTPivotCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |