|
||||||||||
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> |
XWPFDocument.tables
|
Methods in org.apache.poi.xwpf.usermodel that return XWPFTable | |
---|---|
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[] |
XWPFHeaderFooter.getTables()
Return the table(s) that holds the text of the header or footer, for complex cases where a paragraph isn't used. |
Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFTable | |
---|---|
java.util.Iterator<XWPFTable> |
XWPFDocument.getTablesIterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |