XWPFTable |
XWPFAbstractFootnoteEndnote.addNewTbl(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
Add a new XWPFTable to the end of the footnote.
|
XWPFTable |
XWPFAbstractFootnoteEndnote.createTable() |
|
XWPFTable |
XWPFAbstractFootnoteEndnote.createTable(int rows,
int cols) |
|
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.createTable(int rows,
int cols) |
Adds a new table at the end of the header or footer
|
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 |
XWPFAbstractFootnoteEndnote.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, or null if there is no
corresponding XWPFTable .
|
XWPFTable |
XWPFDocument.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTbl) |
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 |
XWPFTableCell.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) |
get a table by its CTTbl-Object
|
XWPFTable |
XWPFTableRow.getTable() |
|
XWPFTable |
IBody.getTableArray(int pos) |
Returns the table at position pos
|
XWPFTable |
XWPFAbstractFootnoteEndnote.getTableArray(int pos) |
Gets the XWPFTable at the specified position from the footnote's table array.
|
XWPFTable |
XWPFDocument.getTableArray(int pos) |
|
XWPFTable |
XWPFHeaderFooter.getTableArray(int pos) |
Returns the table at position pos
|
XWPFTable |
XWPFTableCell.getTableArray(int pos) |
|
XWPFTable |
IBody.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor) |
inserts a new Table at the cursor position.
|
XWPFTable |
XWPFAbstractFootnoteEndnote.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor) |
Insert a table constructed from OOXML table markup.
|
XWPFTable |
XWPFDocument.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor) |
|
XWPFTable |
XWPFHeaderFooter.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor) |
|
XWPFTable |
XWPFTableCell.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor) |
|