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

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

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

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

Fields in org.apache.poi.xdgf.usermodel with type parameters of type XDGFMaster
protected  java.util.Map<java.lang.Long,XDGFMaster> XDGFPageContents._masters
           
protected  java.util.Map<java.lang.Long,XDGFMaster> XDGFMasters._masters
           
 

Methods in org.apache.poi.xdgf.usermodel that return XDGFMaster
 XDGFMaster XDGFMasterContents.getMaster()
           
 XDGFMaster XDGFPageContents.getMasterById(long id)
           
 XDGFMaster XDGFMasters.getMasterById(long masterId)
           
 

Methods in org.apache.poi.xdgf.usermodel that return types with arguments of type XDGFMaster
 java.util.Collection<XDGFMaster> XDGFMasters.getMastersList()
           
 

Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFMaster
protected  void XDGFMasterContents.setMaster(XDGFMaster master)
           
 



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