Uses of Class
org.apache.poi.xwpf.usermodel.XWPFTableRow

Packages that use XWPFTableRow
org.apache.poi.xwpf.usermodel   
 

Uses of XWPFTableRow in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFTableRow
protected  java.util.List<XWPFTableRow> XWPFTable.tableRows
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFTableRow
 XWPFTableRow XWPFTable.createRow()
          create a new XWPFTableRow object with as many cells as the number of columns defined in that moment
 XWPFTableRow XWPFTable.getRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row)
          returns the XWPFRow which belongs to the CTRow row if this row is not existing in the table null will be returned
 XWPFTableRow XWPFTable.getRow(int pos)
           
 XWPFTableRow XWPFTableCell.getTableRow()
           
 XWPFTableRow XWPFTable.insertNewTableRow(int pos)
          inserts a new tablerow
 

Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFTableRow
 java.util.List<XWPFTableRow> XWPFTable.getRows()
           
 

Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFTableRow
 void XWPFTable.addRow(XWPFTableRow row)
          add a new Row to the table
 boolean XWPFTable.addRow(XWPFTableRow row, int pos)
          add a new Row to the table at position pos
 

Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFTableRow
XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell, XWPFTableRow tableRow, IBody part)
          If a table cell does not include at least one block-level element, then this document shall be considered corrupt
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.