Uses of Class
org.apache.poi.xwpf.usermodel.XWPFTableCell
Packages that use XWPFTableCell
-
Uses of XWPFTableCell in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFTableCellModifier and TypeMethodDescriptionXWPFTableRow.addNewTableCell()
adds a new TableCell at the end of this tableRowXWPFTableRow.createCell()
create a new XWPFTableCell and add it to the tableCell-list of this tableRowXWPFTableRow.getCell
(int pos) IBody.getTableCell
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) returns the TableCell to which the Table belongsXWPFAbstractFootnoteEndnote.getTableCell
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) get theXWPFTableCell
that belongs to the CTTc cell.XWPFDocument.getTableCell
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) get the TableCell which belongs to the TableCellXWPFHeaderFooter.getTableCell
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) get the TableCell which belongs to the TableCellXWPFTableCell.getTableCell
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) get the TableCell which belongs to the TableCellXWPFTableRow.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 returnedMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFTableCellModifier and TypeMethodDescriptionXWPFTableRow.getTableCells()
create and return a list of all XWPFTableCell who belongs to this row