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
Fields in com.lowagie.text.rtf.table declared as RtfTable Modifier and Type Field Description private RtfTable
RtfRow. parentTable
The RtfTable this RtfRow belongs toMethods in com.lowagie.text.rtf.table that return RtfTable Modifier and Type Method Description protected RtfTable
RtfRow. 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.
-