|
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
Row2
public class 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.Table.TablePageWriter tableWriter,
boolean text,
int rowIndex)
Deprecated. |
float |
getActualRowHeight()
Deprecated. Gets the actual height of the row as it will be displayed. |
CellAlign |
getAlign()
Deprecated. Gets the CellAlign object to use for the horizontal
alignment of each cell in that row. |
Color |
getBackgroundColor()
Deprecated. Gets the Color object to use for the background in the row. |
CellList |
getCellList()
Deprecated. Gets the CellList containing all the cells in that row. |
Font |
getFont()
Deprecated. Gets the Font object to use for the row. |
float |
getFontSize()
Deprecated. Gets the font size to use for the row. |
float |
getHeight()
Deprecated. Gets the minimum height of the row. |
float |
getPadding()
Deprecated. Gets the padding of the cells in the row. |
Tag |
getTag()
Deprecated. Gets the tag of the row. |
int |
getTagOrder()
Deprecated. Gets the tag order of the taggable element. |
Color |
getTextColor()
Deprecated. Gets the Color object to use for the text in the row. |
CellVAlign |
getVAlign()
Deprecated. Gets CellVAlign object to use for the vertical alignment
of each cell in that row. |
void |
setAlign(CellAlign value)
Deprecated. Sets the CellAlign object to use for the horizontal
alignment of each cell in that row. |
void |
setBackgroundcolor(Color value)
Deprecated. Sets the Color object to use for the background in the row. |
void |
setFont(Font value)
Deprecated. Sets the Font object to use for the row. |
void |
setFontSize(float value)
Deprecated. Sets the font size to use for the row. |
void |
setHeight(float value)
Deprecated. Sets the minimum height of the row. |
void |
setPadding(float value)
Deprecated. Sets the padding of the cells in the row. |
void |
setTag(Tag tag)
Deprecated. Sets the tag of the row. |
void |
setTagOrder(int tagOrder)
Deprecated. Gets the tag order of the taggable element. |
void |
setTextColor(Color value)
Deprecated. Sets the Color object to use for the text in the row. |
void |
setVAlign(CellVAlign value)
Deprecated. 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.Table.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.
value
- the font of the row.public float getFontSize()
public void setFontSize(float value)
value
- the font size of the row.public Color getTextColor()
Color
object to use for the text in the row.
Color
public void setTextColor(Color value)
Color
object to use for the text in the row.
value
- the text color of the row.Color
public Color getBackgroundColor()
Color
object to use for the background in the row.
Color
public void setBackgroundcolor(Color value)
Color
object to use for the background in the row.
value
- the background color of the row.Color
public 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.
value
- the alignment of the cells in the row.public CellVAlign getVAlign()
CellVAlign
object to use for the vertical alignment
of each cell in that row.
CellVAlign
public void setVAlign(CellVAlign value)
CellVAlign
object to use for the vertical alignment
of each cell in that row.
value
- the vertical alignment of the cells in the row.CellVAlign
public float getPadding()
public void setPadding(float value)
value
- the padding of the row.public float getHeight()
public void setHeight(float value)
value
- the height of the row.public CellList getCellList()
CellList
containing all the cells in that row.
public float getActualRowHeight()
public Tag getTag()
public void setTag(Tag tag)
tag
- the tag of the row.public int getTagOrder()
public void setTagOrder(int tagOrder)
tagOrder
- the tag order of the taggable element.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |