Method Summary |
|
public float | bottom() Returns the lower left y-coordinate. |
public float | cellpadding() Gets the cellpadding of a cell.. |
public float | cellspacing() Gets the cellspacing of a cell. |
public float | getBottom() Returns the lower left y-coordinate. |
public int | getGroupNumber() Gets the number of the group this cell is in.. |
public ArrayList | getImages(float top, float bottom) Gets the images of a cell that can be drawn between certain limits. |
public float | getLeft() Returns the lower left x-coordinaat. |
public ArrayList | getLines(float top, float bottom) Gets the lines of a cell that can be drawn between certain limits. |
public float | getRight() Returns the upper right x-coordinate. |
public float | getTop() Returns the upper right y-coordinate. |
boolean | isHeader() Checks if this cell belongs to the header of a PdfTable . |
public boolean | isUseAscender() |
public boolean | isUseBorderPadding() Gets the value of
PdfCell.useBorderPadding . |
public boolean | isUseDescender() |
public float | leading() Gets the leading of a cell. |
public float | left() Returns the lower left x-coordinaat. |
boolean | mayBeRemoved() Checks if the cell may be removed. |
protected void | processActions(Element element, PdfAction action, ArrayList allActions) Processes all actions contained in the cell. |
public Rectangle | rectangle(float top, float bottom) Gets a Rectangle that is altered to fit on the page. |
public float | remainingHeight() Returns the height needed to draw the remaining text. |
public int | remainingLines() Returns the number of lines in the cell that are not empty. |
public float | right() Returns the upper right x-coordinate. |
public int | rownumber() Gets the number of the row this cell is in.. |
public int | rowspan() Gets the rowspan of a cell. |
public void | setBottom(float value) Sets the bottom of the Rectangle and determines the proper {link #verticalOffset}
to appropriately align the contents vertically. |
void | setGroupNumber(int number) Sets the group number. |
void | setHeader() Indicates that this cell belongs to the header of a PdfTable . |
public void | setUseAscender(boolean use) Sets the value of
PdfCell.useAscender . |
public void | setUseBorderPadding(boolean use) Sets the value of
PdfCell.useBorderPadding . |
public void | setUseDescender(boolean use) Sets the value of
PdfCell.useDescender . |
public int | size() Returns the number of lines in the cell. |
public float | top() Returns the upper right y-coordinate. |