Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<XWPFTable> |
XWPFDocument.tables |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<XWPFTable> |
XWPFDocument.getTablesIterator() |
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.