Uses of Interface
org.apache.poi.xwpf.usermodel.ICell
-
Packages that use ICell Package Description org.apache.poi.xwpf.usermodel -
-
Uses of ICell in org.apache.poi.xwpf.usermodel
Classes in org.apache.poi.xwpf.usermodel that implement ICell Modifier and Type Class Description class
XWPFSDTCell
Experimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControl that can appear in a table row as if a table cell.class
XWPFTableCell
Represents a Cell within aXWPFTable
.Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type ICell Modifier and Type Method Description java.util.List<ICell>
XWPFTableRow. getTableICells()
create and return a list of all XWPFTableCell who belongs to this row
-