org.apache.poi.xdgf.usermodel
Class XDGFPages

java.lang.Object
  extended by org.apache.poi.POIXMLDocumentPart
      extended by org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
          extended by org.apache.poi.xdgf.usermodel.XDGFPages

public class XDGFPages
extends XDGFXMLDocumentPart

Contains a list of Page objects (not page content!)


Field Summary
 
Fields inherited from class org.apache.poi.xdgf.xml.XDGFXMLDocumentPart
_document
 
Constructor Summary
XDGFPages(PackagePart part, PackageRelationship rel, XDGFDocument document)
           
 
Method Summary
 java.util.List<XDGFPage> getPageList()
           
protected  void onDocumentRead()
          Fired when a package part is read
 
Methods inherited from class org.apache.poi.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, getTargetPart, onDocumentCreate, 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

XDGFPages

public XDGFPages(PackagePart part,
                 PackageRelationship rel,
                 XDGFDocument document)
Method Detail

onDocumentRead

protected void onDocumentRead()
Description copied from class: POIXMLDocumentPart
Fired when a package part is read

Overrides:
onDocumentRead in class POIXMLDocumentPart

getPageList

public java.util.List<XDGFPage> getPageList()
Returns:
A list of pages ordered by page number


Copyright 2015 The Apache Software Foundation or its licensors, as applicable.