Uses of Class
org.apache.poi.hwpf.usermodel.Table

Packages that use Table
org.apache.poi.hwpf.usermodel   
 

Uses of Table in org.apache.poi.hwpf.usermodel
 

Methods in org.apache.poi.hwpf.usermodel that return Table
 Table Range.getTable(Paragraph paragraph)
          Gets the table that starts with paragraph.
 Table Range.insertBefore(TableProperties props, int rows)
          Deprecated. Use code shall not work with TableProperties. Use Range.insertTableBefore(short, int) instead
 Table Range.insertTableBefore(short columns, int rows)
          Inserts a simple table into the beginning of this range.
 Table TableIterator.next()
           
 

Constructors in org.apache.poi.hwpf.usermodel with parameters of type Table
TableRow(int startIdxInclusive, int endIdxExclusive, Table parent, int levelNum)