|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XDGFCell | |
---|---|
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 | |
---|---|
protected java.util.Map<java.lang.String,XDGFCell> |
XDGFSheet._cells
|
Methods in org.apache.poi.xdgf.usermodel that return XDGFCell | |
---|---|
XDGFCell |
XDGFShape.getCell(java.lang.String cellName)
|
XDGFCell |
XDGFSheet.getCell(java.lang.String cellName)
A cell is really just a setting |
XDGFCell |
XDGFConnection.getFromCell()
|
Method parameters in org.apache.poi.xdgf.usermodel with type arguments of type XDGFCell | |
---|---|
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 | |
---|---|
protected java.util.Map<java.lang.String,XDGFCell> |
XDGFSection._cells
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |