Package org.apache.poi.xdgf.usermodel
Class XDGFPages
- java.lang.Object
-
- org.apache.poi.ooxml.POIXMLDocumentPart
-
- org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
-
- org.apache.poi.xdgf.usermodel.XDGFPages
-
public class XDGFPages extends XDGFXMLDocumentPart
Contains a list of Page objects (not page content!)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
-
Field Summary
-
Fields inherited from class org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
_document
-
-
Constructor Summary
Constructors Constructor Description XDGFPages(PackagePart part)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<XDGFPage>getPageList()protected voidonDocumentRead()Fired when a package part is read-
Methods inherited from class org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
setDocument
-
Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommitted, onDocumentCreate, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, removeRelation, setCommitted, toString
-
-
-
-
Constructor Detail
-
XDGFPages
public XDGFPages(PackagePart part)
- Since:
- POI 3.14-Beta1
-
-
Method Detail
-
onDocumentRead
protected void onDocumentRead()
Description copied from class:POIXMLDocumentPartFired when a package part is read- Overrides:
onDocumentReadin classPOIXMLDocumentPart
-
-