|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.cete.dynamicpdf.pageelements.Row
Class represents a row of a table.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
void |
draw(com.cete.dynamicpdf.pageelements.TablePageWriter tableWriter,
boolean text,
int rowIndex)
|
float |
getActualRowHeight()
Gets the actual height of the row as it will be displayed. |
CellAlign |
getAlign()
Gets the CellAlign object to use for the horizontal
alignment of each cell in that row. |
Color |
getBackgroundColor()
Gets the Color object to use for the background in the row. |
CellList |
getCellList()
Gets the CellList containing all the cells in that row. |
Font |
getFont()
Gets the Font object to use for the row. |
float |
getFontSize()
Gets the font size to use for the row. |
float |
getHeight()
Gets the minimum height of the row. |
float |
getPadding()
Gets the padding of the cells in the row. |
Color |
getTextColor()
Gets the Color object to use for the text in the row. |
CellVAlign |
getVAlign()
Gets CellVAlign object to use for the vertical alignment
of each cell in that row. |
void |
setAlign(CellAlign value)
Sets the CellAlign object to use for the horizontal
alignment of each cell in that row. |
void |
setBackgroundcolor(Color value)
Sets the Color object to use for the background in the row. |
void |
setFont(Font value)
Sets the Font object to use for the row. |
void |
setFontSize(float value)
Sets the font size to use for the row. |
void |
setHeight(float value)
Sets the minimum height of the row. |
void |
setPadding(float value)
Sets the padding of the cells in the row. |
void |
setTextColor(Color value)
Sets the Color object to use for the text in the row. |
void |
setVAlign(CellVAlign value)
Sets CellVAlign object to use for the vertical alignment
of each cell in that row. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void draw(com.cete.dynamicpdf.pageelements.TablePageWriter tableWriter,
boolean text,
int rowIndex)
public Font getFont()
Font object to use for the row.
public void setFont(Font value)
Font object to use for the row.
public float getFontSize()
public void setFontSize(float value)
public Color getTextColor()
Color object to use for the text in the row.
Colorpublic void setTextColor(Color value)
Color object to use for the text in the row.
Colorpublic Color getBackgroundColor()
Color object to use for the background in the row.
Colorpublic void setBackgroundcolor(Color value)
Color object to use for the background in the row.
Colorpublic CellAlign getAlign()
CellAlign object to use for the horizontal
alignment of each cell in that row.
public void setAlign(CellAlign value)
CellAlign object to use for the horizontal
alignment of each cell in that row.
public CellVAlign getVAlign()
CellVAlign object to use for the vertical alignment
of each cell in that row.
CellVAlignpublic void setVAlign(CellVAlign value)
CellVAlign object to use for the vertical alignment
of each cell in that row.
CellVAlignpublic float getPadding()
public void setPadding(float value)
public float getHeight()
public void setHeight(float value)
public CellList getCellList()
CellList containing all the cells in that row.
public float getActualRowHeight()
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||