Uses of Class
com.lowagie.text.rtf.table.RtfCell
-
Packages that use RtfCell Package Description com.lowagie.text.rtf.table -
-
Uses of RtfCell in com.lowagie.text.rtf.table
Fields in com.lowagie.text.rtf.table with type parameters of type RtfCell Modifier and Type Field Description private java.util.ArrayList<RtfCell>
RtfRow. cells
The cells of this RtfRowMethods in com.lowagie.text.rtf.table that return types with arguments of type RtfCell Modifier and Type Method Description protected java.util.ArrayList<RtfCell>
RtfRow. getCells()
Gets the cells of this RtfRowMethods in com.lowagie.text.rtf.table with parameters of type RtfCell Modifier and Type Method Description protected void
RtfCell. setCellMergeChild(RtfCell mergeParent)
Merge this cell into the parent cell.
-