|
||||||||||
| 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.XDGFBaseContents
org.apache.poi.xdgf.usermodel.XDGFPageContents
public class XDGFPageContents
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.poi.POIXMLDocumentPart |
|---|
POIXMLDocumentPart.RelationPart |
| Field Summary | |
|---|---|
protected java.util.Map<java.lang.Long,XDGFMaster> |
_masters
|
protected XDGFPage |
_page
|
| Fields inherited from class org.apache.poi.xdgf.usermodel.XDGFBaseContents |
|---|
_connections, _pageContents, _shapes, _toplevelShapes |
| Fields inherited from class org.apache.poi.xdgf.xml.XDGFXMLDocumentPart |
|---|
_document |
| Constructor Summary | |
|---|---|
XDGFPageContents(PackagePart part,
XDGFDocument document)
|
|
| Method Summary | |
|---|---|
XDGFMaster |
getMasterById(long id)
|
XDGFPage |
getPage()
|
protected void |
onDocumentRead()
Fired when a package part is read |
protected void |
setPage(XDGFPage page)
|
| Methods inherited from class org.apache.poi.xdgf.usermodel.XDGFBaseContents |
|---|
addToShapeIndex, draw, getConnections, getShapeById, getShapes, getShapesMap, getTopLevelShapes, getXmlObject, toString, visitShapes |
| Methods inherited from class org.apache.poi.POIXMLDocumentPart |
|---|
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationParts, getRelations, getTargetPart, onDocumentCreate, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Map<java.lang.Long,XDGFMaster> _masters
protected XDGFPage _page
| Constructor Detail |
|---|
public XDGFPageContents(PackagePart part,
XDGFDocument document)
| Method Detail |
|---|
protected void onDocumentRead()
POIXMLDocumentPart
onDocumentRead in class XDGFBaseContentspublic XDGFPage getPage()
protected void setPage(XDGFPage page)
public XDGFMaster getMasterById(long id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||