Uses of Class
org.apache.poi.xdgf.usermodel.XDGFPageContents

Packages that use XDGFPageContents
org.apache.poi.xdgf.usermodel   
 

Uses of XDGFPageContents in org.apache.poi.xdgf.usermodel
 

Fields in org.apache.poi.xdgf.usermodel declared as XDGFPageContents
protected  XDGFPageContents XDGFPage._content
           
 

Methods in org.apache.poi.xdgf.usermodel that return XDGFPageContents
 XDGFPageContents XDGFPage.getContent()
           
 

Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFPageContents
protected  void XDGFShape.setupMaster(XDGFPageContents pageContents, XDGFMasterContents master)
          Setup top level shapes Shapes that have a 'Master' attribute refer to a specific master in the page, whereas shapes with a 'MasterShape' attribute refer to a subshape of a Master.
 

Constructors in org.apache.poi.xdgf.usermodel with parameters of type XDGFPageContents
XDGFPage(com.microsoft.schemas.office.visio.x2012.main.PageType page, XDGFPageContents content, XDGFDocument document, XDGFPages pages)
           
 



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