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
Methods 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 voidRtfCell. setCellMergeChild(RtfCell mergeParent)Merge this cell into the parent cell.
-