Uses of Interface
org.apache.poi.xwpf.usermodel.ICell

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

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

Classes in org.apache.poi.xwpf.usermodel that implement ICell
 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 a XWPFTable.
 

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



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