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

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

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

Methods in org.apache.poi.hwpf.usermodel that return TableRow
 TableRow Table.getRow(int index)
           
 

Constructors in org.apache.poi.hwpf.usermodel with parameters of type TableRow
TableCell(int startIdx, int endIdx, TableRow parent, int levelNum, TableCellDescriptor tcd, int leftEdge, int width)
           
 



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