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 XDGFMasterXDGFMasterContents. _masterFields in org.apache.poi.xdgf.usermodel with type parameters of type XDGFMaster Modifier and Type Field Description protected Map<Long,XDGFMaster>XDGFMasters. _mastersprotected Map<Long,XDGFMaster>XDGFPageContents. _mastersMethods in org.apache.poi.xdgf.usermodel that return XDGFMaster Modifier and Type Method Description XDGFMasterXDGFMasterContents. getMaster()XDGFMasterXDGFMasters. getMasterById(long masterId)XDGFMasterXDGFPageContents. getMasterById(long id)Methods in org.apache.poi.xdgf.usermodel that return types with arguments of type XDGFMaster Modifier and Type Method Description Collection<XDGFMaster>XDGFMasters. getMastersList()Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFMaster Modifier and Type Method Description protected voidXDGFMasterContents. setMaster(XDGFMaster master)
-