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. _cellsMethods in org.apache.poi.xdgf.usermodel that return XDGFCell Modifier and Type Method Description XDGFCellXDGFShape. getCell(java.lang.String cellName)XDGFCellXDGFSheet. getCell(java.lang.String cellName)A cell is really just a settingXDGFCellXDGFConnection. getFromCell()Method parameters in org.apache.poi.xdgf.usermodel with type arguments of type XDGFCell Modifier and Type Method Description static java.lang.BooleanXDGFCell. maybeGetBoolean(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)static java.lang.DoubleXDGFCell. maybeGetDouble(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)static java.lang.IntegerXDGFCell. maybeGetInteger(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)static java.lang.StringXDGFCell. 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
-