| Package | Description | 
|---|---|
| org.apache.poi.xwpf.usermodel | 
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.List<XWPFTableRow> | XWPFTable. tableRows | 
| Modifier and Type | Method and Description | 
|---|---|
| XWPFTableRow | XWPFTable. createRow()create a new XWPFTableRow object with as many cells as the number of columns defined in that moment | 
| XWPFTableRow | XWPFTable. getRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row)returns the XWPFRow which belongs to the CTRow row
 if this row is not existing in the table null will be returned | 
| XWPFTableRow | XWPFTable. getRow(int pos) | 
| XWPFTableRow | XWPFTableCell. getTableRow() | 
| XWPFTableRow | XWPFTable. insertNewTableRow(int pos)inserts a new tablerow | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<XWPFTableRow> | XWPFTable. getRows() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XWPFTable. addRow(XWPFTableRow row)add a new Row to the table | 
| boolean | XWPFTable. addRow(XWPFTableRow row,
      int pos)add a new Row to the table
 at position pos | 
| Constructor and Description | 
|---|
| XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell,
           XWPFTableRow xwpfTableRow,
           IBody part) | 
| XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell,
                  XWPFTableRow xwpfTableRow,
                  IBody part) | 
| XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell,
             XWPFTableRow tableRow,
             IBody part)If a table cell does not include at least one block-level element, then this document shall be considered corrupt | 
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.