|
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.
View Example
| Method Summary | |
float |
getActualRowHeight()
Gets the actual height of the row. |
TextAlign |
getAlign()
Gets the TextAlign 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. |
Color |
getTextColor()
Gets the Color object to use for the text in the row. |
VAlign |
getVAlign()
Gets VAlign object to use for the vertical alignment
of each cell in that row. |
void |
setAlign(TextAlign value)
Sets the TextAlign 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 |
setTextColor(Color value)
Sets the Color object to use for the text in the row. |
void |
setVAlign(VAlign value)
Sets VAlign object to use for the vertical alignment
of each cell in that row. |
void |
setValue(float value)
Deprecated. As of DynamicPDF Generator v3.0.3, replaced by Row.setHeight(float value) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public CellList getCellList()
CellList containing all the cells in that row.
public float getHeight()
public void setHeight(float value)
public void setValue(float value)
Row.setHeight(float value)
public float getActualRowHeight()
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 TextAlign getAlign()
TextAlign object to use for the horizontal
alignment of each cell in that row.
public void setAlign(TextAlign value)
TextAlign object to use for the horizontal
alignment of each cell in that row.
public VAlign getVAlign()
VAlign object to use for the vertical alignment
of each cell in that row.
VAlignpublic void setVAlign(VAlign value)
VAlign object to use for the vertical alignment
of each cell in that row.
VAlign
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||