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

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

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

Methods in org.apache.poi.xwpf.usermodel that return XWPFTableCell
 XWPFTableCell XWPFTableRow.addNewTableCell()
          adds a new TableCell at the end of this tableRow
 XWPFTableCell XWPFTableRow.createCell()
          create a new XWPFTableCell and add it to the tableCell-list of this tableRow
 XWPFTableCell XWPFTableRow.getCell(int pos)
           
 XWPFTableCell XWPFTableRow.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
          returns the XWPFTableCell which belongs to the CTTC cell if there is no XWPFTableCell which belongs to the parameter CTTc cell null will be returned
 XWPFTableCell XWPFTableCell.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
          get the TableCell which belongs to the TableCell
 XWPFTableCell XWPFHeaderFooter.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
          get the TableCell which belongs to the TableCell
 XWPFTableCell XWPFFootnote.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
          get the TableCell which belongs to the TableCell
 XWPFTableCell XWPFDocument.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
          get the TableCell which belongs to the TableCell
 XWPFTableCell IBody.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
          returns the TableCell to which the Table belongs
 

Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFTableCell
 java.util.List<XWPFTableCell> XWPFTableRow.getTableCells()
          create and return a list of all XWPFTableCell who belongs to this row
 



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