Uses of Class
com.lowagie.text.rtf.table.RtfRow
-
Packages that use RtfRow Package Description com.lowagie.text.rtf.table -
-
Uses of RtfRow in com.lowagie.text.rtf.table
Fields in com.lowagie.text.rtf.table declared as RtfRow Modifier and Type Field Description private RtfRow
RtfCell. parentRow
The parent RtfRow of this RtfCellFields in com.lowagie.text.rtf.table with type parameters of type RtfRow Modifier and Type Field Description private java.util.ArrayList<RtfRow>
RtfTable. rows
The rows of this RtfTableMethods in com.lowagie.text.rtf.table that return types with arguments of type RtfRow Modifier and Type Method Description protected java.util.ArrayList<RtfRow>
RtfTable. getRows()
Gets the rows of this RtfTableConstructors in com.lowagie.text.rtf.table with parameters of type RtfRow Constructor Description RtfCell(RtfDocument doc, RtfRow row, com.lowagie.text.Cell cell)
Constructs a RtfCell based on a Cell.RtfCell(RtfDocument doc, RtfRow row, com.lowagie.text.pdf.PdfPCell cell)
Constructs a RtfCell based on a Cell.
-