Uses of Class
org.apache.poi.xdgf.usermodel.XDGFPageContents
-
Packages that use XDGFPageContents Package Description org.apache.poi.xdgf.usermodel -
-
Uses of XDGFPageContents in org.apache.poi.xdgf.usermodel
Fields in org.apache.poi.xdgf.usermodel declared as XDGFPageContents Modifier and Type Field Description protected XDGFPageContents
XDGFPage. _content
Methods in org.apache.poi.xdgf.usermodel that return XDGFPageContents Modifier and Type Method Description XDGFPageContents
XDGFPage. getContent()
Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFPageContents Modifier and Type Method Description 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 Constructor Description XDGFPage(com.microsoft.schemas.office.visio.x2012.main.PageType page, XDGFPageContents content, XDGFDocument document, XDGFPages pages)
-