Package org.apache.poi.xwpf.usermodel
Interface ICell
- All Known Implementing Classes:
XWPFSDTCell
,XWPFTableCell
public interface ICell
Interface for anything that can be at a table cell level:
XWPFTableCell
, XWPFSDTCell
Schematically something like this: <tr><tc/><tc/><sdt><tc/></sdt></tr>