DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class Row2

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

public class Row2
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
 float getActualRowHeight()
          Gets the actual height of the row as it will be displayed.
 CellDefault getCellDefault()
          Gets the CellDefault object of the cells in the row.
 Cell2List getCells()
          Gets the CellList containing all the cells in that row.
 float getHeight()
          Gets the minimum height of the row.
 Tag getTag()
          Gets the structure element of the Row.
 int getTagOrder()
          Gets the structure element order of the Row.
 void setHeight(float value)
          Sets the minimum height of the row.
 void setTag(Tag value)
          Sets the structure element of the Row.
 void setTagOrder(int value)
          Sets the structure element order of the Row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCellDefault

public CellDefault getCellDefault()
Gets the CellDefault object of the cells in the row.

Returns:
the cell default.

getHeight

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

Returns:
the minimum height of the row.

setHeight

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

Parameters:
value - the minimum height of the row.

getCells

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

Returns:
the cell list.

getActualRowHeight

public float getActualRowHeight()
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.

setTag

public void setTag(Tag value)
Sets the structure element of the Row.

Parameters:
value - the structure element of the Row.

getTag

public Tag getTag()
Gets the structure element of the Row.

Returns:
the structure element of the Row.

setTagOrder

public void setTagOrder(int value)
Sets the structure element order of the Row.

Parameters:
value - the structure element order of the Row.

getTagOrder

public int getTagOrder()
Gets the structure element order of the Row.

Returns:
the structure element order of the Row.

DynamicPDF by ceTe Software

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