DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class Row

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.Row

public class Row
extends java.lang.Object

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

getCellList

public CellList getCellList()
Gets the CellList containing all the cells in that row.


getHeight

public float getHeight()
Gets the minimum height of the row.


setHeight

public void setHeight(float value)
Sets the minimum height of the row.


setValue

public void setValue(float value)
Deprecated. As of DynamicPDF Generator v3.0.3, replaced by Row.setHeight(float value)

Sets the minimum height of the row.


getActualRowHeight

public float getActualRowHeight()
Gets the actual height of the row.


getFont

public Font getFont()
Gets the Font object to use for the row.


setFont

public void setFont(Font value)
Sets the Font object to use for the row.


getFontSize

public float getFontSize()
Gets the font size to use for the row.


setFontSize

public void setFontSize(float value)
Sets the font size to use for the row.


getTextColor

public Color getTextColor()
Gets the Color object to use for the text in the row.

See Also:
Color

setTextColor

public void setTextColor(Color value)
Sets the Color object to use for the text in the row.

See Also:
Color

getBackgroundColor

public Color getBackgroundColor()
Gets the Color object to use for the background in the row.

See Also:
Color

setBackgroundcolor

public void setBackgroundcolor(Color value)
Sets the Color object to use for the background in the row.

See Also:
Color

getAlign

public TextAlign getAlign()
Gets the TextAlign object to use for the horizontal alignment of each cell in that row.


setAlign

public void setAlign(TextAlign value)
Sets the TextAlign object to use for the horizontal alignment of each cell in that row.


getVAlign

public VAlign getVAlign()
Gets VAlign object to use for the vertical alignment of each cell in that row.

See Also:
VAlign

setVAlign

public void setVAlign(VAlign value)
Sets VAlign object to use for the vertical alignment of each cell in that row.

See Also:
VAlign

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software