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