|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableRow | |
---|---|
org.apache.poi.hwpf.converter | |
org.apache.poi.hwpf.usermodel |
Uses of TableRow in org.apache.poi.hwpf.converter |
---|
Methods in org.apache.poi.hwpf.converter with parameters of type TableRow | |
---|---|
static void |
WordToHtmlUtils.addTableCellProperties(TableRow tableRow,
TableCell tableCell,
boolean toppest,
boolean bottomest,
boolean leftest,
boolean rightest,
java.lang.StringBuilder style)
|
static void |
WordToHtmlUtils.addTableRowProperties(TableRow tableRow,
java.lang.StringBuilder style)
|
static void |
WordToFoUtils.setTableCellProperties(TableRow tableRow,
TableCell tableCell,
org.w3c.dom.Element element,
boolean toppest,
boolean bottomest,
boolean leftest,
boolean rightest)
|
static void |
WordToFoUtils.setTableRowProperties(TableRow tableRow,
org.w3c.dom.Element tableRowElement)
|
Uses of TableRow in org.apache.poi.hwpf.usermodel |
---|
Methods in org.apache.poi.hwpf.usermodel that return TableRow | |
---|---|
TableRow |
Table.getRow(int index)
|
Constructors in org.apache.poi.hwpf.usermodel with parameters of type TableRow | |
---|---|
TableCell(int startIdxInclusive,
int endIdxExclusive,
TableRow parent,
int levelNum,
TableCellDescriptor tcd,
int leftEdge,
int width)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |