Uses of Class
org.apache.poi.xwpf.usermodel.XWPFTable
Packages that use XWPFTable
-
Uses of XWPFTable in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFTableMethods in org.apache.poi.xwpf.usermodel that return XWPFTableModifier and TypeMethodDescriptionXWPFAbstractFootnoteEndnote.addNewTbl
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) Add a newXWPFTable
to the end of the footnote.XWPFAbstractFootnoteEndnote.createTable()
Appends a newXWPFTable
to this footnoteXWPFAbstractFootnoteEndnote.createTable
(int rows, int cols) Appends a newXWPFTable
to this footnoteXWPFDocument.createTable()
Create an empty table with one row and one column as default.XWPFDocument.createTable
(int rows, int cols) Create an empty table with a number of rows and cols specifiedXWPFHeaderFooter.createTable
(int rows, int cols) Adds a new table at the end of the header or footerIBody.getTable
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) XWPFAbstractFootnoteEndnote.getTable
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) XWPFDocument.getTable
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTbl) get a table by its CTTbl-ObjectXWPFHeaderFooter.getTable
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) XWPFTableCell.getTable
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) get a table by its CTTbl-ObjectXWPFTableRow.getTable()
IBody.getTableArray
(int pos) Returns the table at position posXWPFAbstractFootnoteEndnote.getTableArray
(int pos) Gets theXWPFTable
at the specified position from the footnote's table array.XWPFDocument.getTableArray
(int pos) XWPFHeaderFooter.getTableArray
(int pos) Returns the table at position posXWPFTableCell.getTableArray
(int pos) IBody.insertNewTbl
(org.apache.xmlbeans.XmlCursor cursor) inserts a new Table at the cursor position.XWPFAbstractFootnoteEndnote.insertNewTbl
(org.apache.xmlbeans.XmlCursor cursor) Insert a table constructed from OOXML table markup.XWPFDocument.insertNewTbl
(org.apache.xmlbeans.XmlCursor cursor) XWPFHeaderFooter.insertNewTbl
(org.apache.xmlbeans.XmlCursor cursor) XWPFTableCell.insertNewTbl
(org.apache.xmlbeans.XmlCursor cursor) Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFTableModifier and TypeMethodDescriptionIBody.getTables()
Return the table(s) that holds the text of the IBodyPart, for complex cases where a paragraph isn't used.XWPFAbstractFootnoteEndnote.getTables()
Get the list ofXWPFTable
s in the footnote.XWPFDocument.getTables()
XWPFHeaderFooter.getTables()
Return the table(s) that holds the text of the header or footer, for complex cases where a paragraph isn't used.XWPFTableCell.getTables()
XWPFDocument.getTablesIterator()
Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFTableModifier and TypeMethodDescriptionint
XWPFDocument.getPosOfTable
(XWPFTable t) Get the position of the table, within the list of all the body elements.XWPFDocument.getTblStyle
(XWPFTable table) void
IBody.insertTable
(int pos, XWPFTable table) inserts a new Table at position posvoid
XWPFAbstractFootnoteEndnote.insertTable
(int pos, XWPFTable table) Inserts an existing {@link XWPFTable) into the arrays bodyElements and tables.void
XWPFDocument.insertTable
(int pos, XWPFTable table) inserts an existing XWPFTable to the arrays bodyElements and tablesvoid
XWPFHeaderFooter.insertTable
(int pos, XWPFTable table) inserts an existing XWPFTable to the arrays bodyElements and tablesvoid
XWPFTableCell.insertTable
(int pos, XWPFTable table) inserts an existing XWPFTable to the arrays bodyElements and tablesvoid
XWPFHeaderFooter.removeTable
(XWPFTable table) Removes a specific table from this header / footervoid
Replace content of table in array tables at position pos with aConstructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFTableModifierConstructorDescriptionXWPFTableRow
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row, XWPFTable table)