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

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

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

Fields in org.apache.poi.xdgf.usermodel declared as XDGFMasterContents
protected  XDGFMasterContents XDGFMaster._content
           
 

Methods in org.apache.poi.xdgf.usermodel that return XDGFMasterContents
 XDGFMasterContents XDGFMaster.getContent()
           
 

Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFMasterContents
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 XDGFMasterContents
XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType master, XDGFMasterContents content, XDGFDocument document)
           
 



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