XWPFTableCell |
XWPFTableRow.addNewTableCell() |
adds a new TableCell at the end of this tableRow
|
XWPFTableCell |
XWPFTableRow.createCell() |
create a new XWPFTableCell and add it to the tableCell-list of this tableRow
|
XWPFTableCell |
XWPFTableRow.getCell(int pos) |
|
XWPFTableCell |
IBody.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) |
returns the TableCell to which the Table belongs
|
XWPFTableCell |
XWPFAbstractFootnoteEndnote.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) |
|
XWPFTableCell |
XWPFDocument.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) |
get the TableCell which belongs to the TableCell
|
XWPFTableCell |
XWPFHeaderFooter.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) |
get the TableCell which belongs to the TableCell
|
XWPFTableCell |
XWPFTableCell.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) |
get the TableCell which belongs to the TableCell
|
XWPFTableCell |
XWPFTableRow.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) |
returns the XWPFTableCell which belongs to the CTTC cell
if there is no XWPFTableCell which belongs to the parameter CTTc cell null will be returned
|