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 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