|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XWPFTable | |
---|---|
org.apache.poi.xwpf.usermodel |
Uses of XWPFTable in org.apache.poi.xwpf.usermodel |
---|
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFTable | |
---|---|
protected java.util.List<XWPFTable> |
XWPFTableCell.tables
|
protected java.util.List<XWPFTable> |
XWPFDocument.tables
|
Methods in org.apache.poi.xwpf.usermodel that return XWPFTable | |
---|---|
XWPFTable |
XWPFFootnote.addNewTbl(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
add a new table to the end of the footnote |
XWPFTable |
XWPFDocument.createTable()
Create an empty table with one row and one column as default. |
XWPFTable |
XWPFDocument.createTable(int rows,
int cols)
Create an empty table with a number of rows and cols specified |
XWPFTable |
XWPFTableRow.getTable()
|
XWPFTable |
XWPFTableCell.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable)
get a table by its CTTbl-Object |
XWPFTable |
XWPFHeaderFooter.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable)
if there is a corresponding XWPFTable of the parameter ctTable in the tableList of this header
the method will return this table
if there is no corresponding XWPFTable the method will return null |
XWPFTable |
XWPFFootnote.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable)
if there is a corresponding XWPFTable of the parameter ctTable in the tableList of this header
the method will return this table
if there is no corresponding XWPFTable the method will return null |
XWPFTable |
XWPFDocument.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTbl)
get a table by its CTTbl-Object |
XWPFTable |
IBody.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable)
if there is a corresponding XWPFTable of the parameter ctTable in the tableList of this header
the method will return this table
if there is no corresponding XWPFTable the method will return null |
XWPFTable |
XWPFTableCell.getTableArray(int pos)
|
XWPFTable |
XWPFHeaderFooter.getTableArray(int pos)
Returns the table at position pos |
XWPFTable |
XWPFFootnote.getTableArray(int pos)
|
XWPFTable |
XWPFDocument.getTableArray(int pos)
|
XWPFTable |
IBody.getTableArray(int pos)
Returns the table at position pos |
XWPFTable |
XWPFTableCell.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)
|
XWPFTable |
XWPFHeaderFooter.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)
|
XWPFTable |
XWPFFootnote.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)
|
XWPFTable |
XWPFDocument.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)
|
XWPFTable |
IBody.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)
inserts a new Table at the cursor position. |
Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFTable | |
---|---|
java.util.List<XWPFTable> |
XWPFTableCell.getTables()
|
java.util.List<XWPFTable> |
XWPFHeaderFooter.getTables()
Return the table(s) that holds the text of the header or footer, for complex cases where a paragraph isn't used. |
java.util.List<XWPFTable> |
XWPFFootnote.getTables()
|
java.util.List<XWPFTable> |
XWPFDocument.getTables()
|
java.util.List<XWPFTable> |
IBody.getTables()
Return the table(s) that holds the text of the IBodyPart, for complex cases where a paragraph isn't used. |
java.util.Iterator<XWPFTable> |
XWPFDocument.getTablesIterator()
|
Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFTable | |
---|---|
int |
XWPFDocument.getPosOfTable(XWPFTable t)
Get the position of the table, within the list of all the body elements. |
java.lang.String |
XWPFDocument.getTblStyle(XWPFTable table)
|
void |
XWPFTableCell.insertTable(int pos,
XWPFTable table)
inserts an existing XWPFTable to the arrays bodyElements and tables |
void |
XWPFHeaderFooter.insertTable(int pos,
XWPFTable table)
inserts an existing XWPFTable to the arrays bodyElements and tables |
void |
XWPFFootnote.insertTable(int pos,
XWPFTable table)
inserts an existing XWPFTable to the arrays bodyElements and tables |
void |
XWPFDocument.insertTable(int pos,
XWPFTable table)
inserts an existing XWPFTable to the arrays bodyElements and tables |
void |
IBody.insertTable(int pos,
XWPFTable table)
inserts a new Table at position pos |
void |
XWPFDocument.setTable(int pos,
XWPFTable table)
Replace content of table in array tables at position pos with a |
Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFTable | |
---|---|
XWPFTableRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row,
XWPFTable table)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |