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

Packages that use TableCell
org.apache.poi.hwpf.converter   
org.apache.poi.hwpf.usermodel   
 

Uses of TableCell in org.apache.poi.hwpf.converter
 

Methods in org.apache.poi.hwpf.converter with parameters of type TableCell
static void WordToHtmlUtils.addTableCellProperties(TableRow tableRow, TableCell tableCell, boolean toppest, boolean bottomest, boolean leftest, boolean rightest, java.lang.StringBuffer style)
           
static void WordToFoUtils.setTableCellProperties(TableRow tableRow, TableCell tableCell, org.w3c.dom.Element element, boolean toppest, boolean bottomest, boolean leftest, boolean rightest)
           
 

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

Methods in org.apache.poi.hwpf.usermodel that return TableCell
 TableCell TableRow.getCell(int index)