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 
 - 
 
- 
Constructor Summary
Constructors Constructor Description XDGFPages(PackagePart part, XDGFDocument document) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<XDGFPage>getPageList()- 
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
- 
XDGFPages
public XDGFPages(PackagePart part, XDGFDocument document)
- Since:
 - POI 3.14-Beta1
 
 
 - 
 
- 
Method Detail
- 
getPageList
public java.util.List<XDGFPage> getPageList()
- Returns:
 - A list of pages ordered by page number
 
 
 - 
 
 -