DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class Row

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.Row

Deprecated. As of DynamicPDF v6.0.0, replaced by Row2

public class Row
extends java.lang.Object

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:

View Example


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

draw

public void draw(com.cete.dynamicpdf.pageelements.Table.TablePageWriter tableWriter,
                 boolean text,
                 int rowIndex)
Deprecated. 

getFont

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

Returns:
the font of the row.

setFont

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

Parameters:
value - the font of the row.

getFontSize

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

Returns:
the font size of the row.

setFontSize

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

Parameters:
value - the font size of the row.

getTextColor

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

Returns:
the text color of the row.
See Also:
Color

setTextColor

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

Parameters:
value - the text color of the row.
See Also:
Color

getBackgroundColor

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

Returns:
the background color of the row.
See Also:
Color

setBackgroundcolor

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

Parameters:
value - the background color of the row.
See Also:
Color

getAlign

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

Returns:
the alignment of the cells in the row.

setAlign

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

Parameters:
value - the alignment of the cells in the row.

getVAlign

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

Returns:
the vertical alignment of the cells in the row.
See Also:
CellVAlign

setVAlign

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

Parameters:
value - the vertical alignment of the cells in the row.
See Also:
CellVAlign

getPadding

public float getPadding()
Deprecated. 
Gets the padding of the cells in the row. By default this value is set to float.NaN. Being set to 'Not a Number' implies that the row's padding will be pulled from the padding for the table containing that row.

Returns:
the padding of the row.

setPadding

public void setPadding(float value)
Deprecated. 
Sets the padding of the cells in the row.

Parameters:
value - the padding of the row.

getHeight

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

Returns:
the height of the row.

setHeight

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

Parameters:
value - the height of the row.

getCellList

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

Returns:
the cell list.

getActualRowHeight

public float getActualRowHeight()
Deprecated. 
Gets the actual height of the row as it will be displayed. This is different than the Height property.

Returns:
the actual height of the row .

getTag

public Tag getTag()
Deprecated. 
Gets the tag of the row.

Returns:
the tag of the row.

setTag

public void setTag(Tag tag)
Deprecated. 
Sets the tag of the row.

Parameters:
tag - the tag of the row.

getTagOrder

public int getTagOrder()
Deprecated. 
Gets the tag order of the taggable element.

Returns:
the tag order of the taggable element.

setTagOrder

public void setTagOrder(int tagOrder)
Deprecated. 
Gets the tag order of the taggable element.

Parameters:
tagOrder - the tag order of the taggable element.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software