Uses of Class
org.apache.poi.xdgf.usermodel.XDGFCell
-
Packages that use XDGFCell Package Description org.apache.poi.xdgf.usermodel org.apache.poi.xdgf.usermodel.section -
-
Uses of XDGFCell in org.apache.poi.xdgf.usermodel
Fields in org.apache.poi.xdgf.usermodel with type parameters of type XDGFCell Modifier and Type Field Description protected java.util.Map<java.lang.String,XDGFCell>
XDGFSheet. _cells
Methods in org.apache.poi.xdgf.usermodel that return XDGFCell Modifier and Type Method Description XDGFCell
XDGFShape. getCell(java.lang.String cellName)
XDGFCell
XDGFSheet. getCell(java.lang.String cellName)
A cell is really just a settingXDGFCell
XDGFConnection. getFromCell()
Method parameters in org.apache.poi.xdgf.usermodel with type arguments of type XDGFCell Modifier and Type Method Description static java.lang.Boolean
XDGFCell. maybeGetBoolean(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)
static java.lang.Double
XDGFCell. maybeGetDouble(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)
static java.lang.Integer
XDGFCell. maybeGetInteger(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)
static java.lang.String
XDGFCell. maybeGetString(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)
-
Uses of XDGFCell in org.apache.poi.xdgf.usermodel.section
Fields in org.apache.poi.xdgf.usermodel.section with type parameters of type XDGFCell Modifier and Type Field Description protected java.util.Map<java.lang.String,XDGFCell>
XDGFSection. _cells
-