|
|||||||||
| 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.xdgf.xml.XDGFXMLDocumentPart
org.apache.poi.xdgf.usermodel.XDGFPages
public class XDGFPages
Contains a list of Page objects (not page content!)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.poi.POIXMLDocumentPart |
|---|
POIXMLDocumentPart.RelationPart |
| Field Summary |
|---|
| Fields inherited from class org.apache.poi.xdgf.xml.XDGFXMLDocumentPart |
|---|
_document |
| Constructor Summary | |
|---|---|
XDGFPages(PackagePart part,
PackageRelationship rel,
XDGFDocument document)
Deprecated. in POI 3.14, scheduled for removal in POI 3.16 |
|
XDGFPages(PackagePart part,
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, addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelationParts, 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 |
|---|
public XDGFPages(PackagePart part,
XDGFDocument document)
@Deprecated
public XDGFPages(PackagePart part,
PackageRelationship rel,
XDGFDocument document)
| Method Detail |
|---|
protected void onDocumentRead()
POIXMLDocumentPart
onDocumentRead in class POIXMLDocumentPartpublic java.util.List<XDGFPage> getPageList()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||