Uses of Class
com.lowagie.text.pdf.PdfPRow

Packages that use PdfPRow
com.lowagie.text.pdf   
com.lowagie.text.rtf.table   
 

Uses of PdfPRow in com.lowagie.text.pdf
 

Methods in com.lowagie.text.pdf that return PdfPRow
protected  PdfPRow PdfPTable.adjustCellsInRow(int start, int end)
          Calculates the extra height needed in a row because of rowspans.
 PdfPRow PdfPTable.getRow(int idx)
          Gets a row with a given index (added by Jin-Hsia Yang).
 PdfPRow PdfPRow.splitRow(PdfPTable table, int rowIndex, float new_height)
          Splits a row to newHeight.
 

Constructors in com.lowagie.text.pdf with parameters of type PdfPRow
PdfPRow(PdfPRow row)
          Makes a copy of an existing row.
 

Uses of PdfPRow in com.lowagie.text.rtf.table
 

Constructors in com.lowagie.text.rtf.table with parameters of type PdfPRow
RtfRow(RtfDocument doc, RtfTable rtfTable, PdfPRow row, int rowNumber)
          Constructs a RtfRow for a Row.
 



Copyright © 2012. All Rights Reserved.