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 RtfTable
RtfRow.parentTable
The RtfTable this RtfRow belongs toMethods in com.lowagie.text.rtf.table that return RtfTableModifier and TypeMethodDescriptionprotected RtfTable
RtfRow.getParentTable()
Gets the parent RtfTable of this RtfRowConstructors in com.lowagie.text.rtf.table with parameters of type RtfTableModifierConstructorDescriptionprotected
RtfRow
(RtfDocument doc, RtfTable rtfTable, com.lowagie.text.pdf.PdfPRow row, int rowNumber) Constructs a RtfRow for a Row.protected
RtfRow
(RtfDocument doc, RtfTable rtfTable, com.lowagie.text.Row row, int rowNumber) Constructs a RtfRow for a Row.