Uses of Class
org.apache.poi.xdgf.usermodel.XDGFMaster
-
Packages that use XDGFMaster Package Description org.apache.poi.xdgf.usermodel -
-
Uses of XDGFMaster in org.apache.poi.xdgf.usermodel
Fields in org.apache.poi.xdgf.usermodel declared as XDGFMaster Modifier and Type Field Description protected XDGFMaster
XDGFMasterContents. _master
Fields in org.apache.poi.xdgf.usermodel with type parameters of type XDGFMaster Modifier and Type Field Description protected java.util.Map<java.lang.Long,XDGFMaster>
XDGFMasters. _masters
protected java.util.Map<java.lang.Long,XDGFMaster>
XDGFPageContents. _masters
Methods in org.apache.poi.xdgf.usermodel that return XDGFMaster Modifier and Type Method Description XDGFMaster
XDGFMasterContents. getMaster()
XDGFMaster
XDGFMasters. getMasterById(long masterId)
XDGFMaster
XDGFPageContents. getMasterById(long id)
Methods in org.apache.poi.xdgf.usermodel that return types with arguments of type XDGFMaster Modifier and Type Method Description java.util.Collection<XDGFMaster>
XDGFMasters. getMastersList()
Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFMaster Modifier and Type Method Description protected void
XDGFMasterContents. setMaster(XDGFMaster master)
-