Uses of Class
com.lowagie.text.rtf.table.RtfRow
-
Packages that use RtfRow Package Description com.lowagie.text.rtf.table -
-
Uses of RtfRow in com.lowagie.text.rtf.table
Methods in com.lowagie.text.rtf.table that return types with arguments of type RtfRow Modifier and Type Method Description protected java.util.ArrayList<RtfRow>RtfTable. getRows()Gets the rows of this RtfTableConstructors in com.lowagie.text.rtf.table with parameters of type RtfRow Constructor Description RtfCell(RtfDocument doc, RtfRow row, com.lowagie.text.Cell cell)Constructs a RtfCell based on a Cell.RtfCell(RtfDocument doc, RtfRow row, com.lowagie.text.pdf.PdfPCell cell)Constructs a RtfCell based on a Cell.
-