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
 

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(int pos)
           
 



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