Uses of Class
com.lowagie.text.rtf.table.RtfTable
-
Packages that use RtfTable Package Description com.lowagie.text.rtf.table -
-
Uses of RtfTable in com.lowagie.text.rtf.table
Methods in com.lowagie.text.rtf.table that return RtfTable Modifier and Type Method Description protected RtfTableRtfRow. getParentTable()Gets the parent RtfTable of this RtfRowConstructors in com.lowagie.text.rtf.table with parameters of type RtfTable Constructor Description RtfRow(RtfDocument doc, RtfTable rtfTable, com.lowagie.text.pdf.PdfPRow row, int rowNumber)Constructs a RtfRow for a Row.RtfRow(RtfDocument doc, RtfTable rtfTable, com.lowagie.text.Row row, int rowNumber)Constructs a RtfRow for a Row.
-