Java org.apache.poi.xwpf.usermodel XWPFTableRow fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xwpf.usermodel XWPFTableRow fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xwpf.usermodel XWPFTableRow.

The text is from its open source code.

Constructor

Method

XWPFTableCelladdNewTableCell()
adds a new TableCell at the end of this tableRow
XWPFTableCellcreateCell()
create a new XWPFTableCell and add it to the tableCell-list of this tableRow
XWPFTableCellgetCell(int pos)
CTRowgetCtRow()
XWPFTablegetTable()
XWPFTableCellgetTableCell(CTTc cell)
returns the XWPFTableCell which belongs to the CTTC cell if there is no XWPFTableCell which belongs to the parameter CTTc cell null will be returned
ListgetTableCells()
create and return a list of all XWPFTableCell who belongs to this row
ListgetTableICells()
create and return a list of all XWPFTableCell who belongs to this row
voidsetCantSplitRow(boolean split)
Controls whether to allow this table row to split across pages.
voidsetHeight(int height)
This element specifies the height of the current table row within the current table.
voidsetRepeatHeader(boolean repeat)
This attribute controls whether to repeat a table's header row at the top of a table split across pages.