Uses of Class
org.apache.poi.xdgf.usermodel.XDGFCell
Packages that use XDGFCell
-
Uses of XDGFCell in org.apache.poi.xdgf.usermodel
Fields in org.apache.poi.xdgf.usermodel with type parameters of type XDGFCellMethods in org.apache.poi.xdgf.usermodel that return XDGFCellMethod parameters in org.apache.poi.xdgf.usermodel with type arguments of type XDGFCellModifier and TypeMethodDescriptionstatic Boolean
XDGFCell.maybeGetBoolean
(Map<String, XDGFCell> cells, String name) static Double
XDGFCell.maybeGetDouble
(Map<String, XDGFCell> cells, String name) static Integer
XDGFCell.maybeGetInteger
(Map<String, XDGFCell> cells, String name) static String
XDGFCell.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