Uses of Class
com.lowagie.text.rtf.table.RtfTable
Packages that use RtfTable
-
Uses of RtfTable in com.lowagie.text.rtf.table
Fields in com.lowagie.text.rtf.table declared as RtfTableModifier and TypeFieldDescriptionprivate final RtfTableRtfRow.parentTableThe RtfTable this RtfRow belongs toMethods 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.