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 Map<String,XDGFCell>XDGFSheet. _cellsMethods in org.apache.poi.xdgf.usermodel that return XDGFCell Modifier and Type Method Description XDGFCellXDGFShape. getCell(String cellName)XDGFCellXDGFSheet. getCell(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 BooleanXDGFCell. maybeGetBoolean(Map<String,XDGFCell> cells, String name)static DoubleXDGFCell. maybeGetDouble(Map<String,XDGFCell> cells, String name)static IntegerXDGFCell. maybeGetInteger(Map<String,XDGFCell> cells, String name)static StringXDGFCell. maybeGetString(Map<String,XDGFCell> cells, 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 Map<String,XDGFCell>XDGFSection. _cells
-