Package | Description |
---|---|
org.zkoss.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
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 |
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
|
XWPFTableCell |
XWPFTableCell.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 |
XWPFFootnote.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
get the TableCell which belongs to the TableCell
|
XWPFTableCell |
XWPFDocument.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
get the TableCell which belongs to the TableCell
|
XWPFTableCell |
IBody.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
returns the TableCell to which the Table belongs
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XWPFTableCell> |
XWPFTableRow.getTableCells()
create and return a list of all XWPFTableCell
who belongs to this row
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.