Uses of Class
org.apache.poi.xdgf.usermodel.XDGFMasterContents
-
Packages that use XDGFMasterContents Package Description org.apache.poi.xdgf.usermodel -
-
Uses of XDGFMasterContents in org.apache.poi.xdgf.usermodel
Fields in org.apache.poi.xdgf.usermodel declared as XDGFMasterContents Modifier and Type Field Description protected XDGFMasterContentsXDGFMaster. _contentMethods in org.apache.poi.xdgf.usermodel that return XDGFMasterContents Modifier and Type Method Description XDGFMasterContentsXDGFMaster. getContent()Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFMasterContents Modifier and Type Method Description protected voidXDGFShape. 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 XDGFMasterContents Constructor Description XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType master, XDGFMasterContents content, XDGFDocument document)
-