| Package | Description |
|---|---|
| org.apache.poi.xdgf.usermodel | |
| org.apache.poi.xdgf.usermodel.section |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,XDGFCell> |
XDGFSheet._cells |
| Modifier and Type | Method and Description |
|---|---|
XDGFCell |
XDGFShape.getCell(String cellName) |
XDGFCell |
XDGFSheet.getCell(String cellName)
A cell is really just a setting
|
XDGFCell |
XDGFConnection.getFromCell() |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,XDGFCell> |
XDGFSection._cells |