| |
|
| java.lang.Object com.lowagie.text.Rectangle com.lowagie.text.SimpleTable
SimpleTable | public class SimpleTable extends Rectangle implements PdfPTableEvent,TextElementArray(Code) | | Rectangle that can be used for Cells.
This Rectangle is padded and knows how to draw itself in a PdfPTable or PdfPcellEvent.
|
Constructor Summary | |
public | SimpleTable() A RectangleCell is always constructed without any dimensions. |
SimpleTable | public SimpleTable()(Code) | | A RectangleCell is always constructed without any dimensions.
Dimensions are defined after creation.
|
getAlignment | public int getAlignment()(Code) | | Returns the alignment. |
getCellpadding | public float getCellpadding()(Code) | | Returns the cellpadding. |
getCellspacing | public float getCellspacing()(Code) | | Returns the cellspacing. |
getDimensionlessInstance | public static SimpleTable getDimensionlessInstance(Rectangle rectangle, float spacing)(Code) | | Parameters: rectangle - Parameters: spacing - a rectangle |
getWidth | public float getWidth()(Code) | | Returns the width. |
getWidthpercentage | public float getWidthpercentage()(Code) | | Returns the widthpercentage. |
setAlignment | public void setAlignment(int alignment)(Code) | | Parameters: alignment - The alignment to set. |
setCellpadding | public void setCellpadding(float cellpadding)(Code) | | Parameters: cellpadding - The cellpadding to set. |
setCellspacing | public void setCellspacing(float cellspacing)(Code) | | Parameters: cellspacing - The cellspacing to set. |
setWidth | public void setWidth(float width)(Code) | | Parameters: width - The width to set. |
setWidthpercentage | public void setWidthpercentage(float widthpercentage)(Code) | | Parameters: widthpercentage - The widthpercentage to set. |
|
|
|