Uses of Class
com.lowagie.text.rtf.table.RtfRow
Packages that use RtfRow
-
Uses of RtfRow in com.lowagie.text.rtf.table
Fields in com.lowagie.text.rtf.table declared as RtfRowModifier and TypeFieldDescriptionprivate RtfRow
RtfCell.parentRow
The parent RtfRow of this RtfCellFields in com.lowagie.text.rtf.table with type parameters of type RtfRowMethods in com.lowagie.text.rtf.table that return types with arguments of type RtfRowConstructors in com.lowagie.text.rtf.table with parameters of type RtfRowModifierConstructorDescriptionprotected
RtfCell
(RtfDocument doc, RtfRow row, com.lowagie.text.Cell cell) Constructs a RtfCell based on a Cell.protected
RtfCell
(RtfDocument doc, RtfRow row, com.lowagie.text.pdf.PdfPCell cell) Constructs a RtfCell based on a Cell.