| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.Row2
public class Row2
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 | |
|---|---|
|  float | getActualRowHeight()Gets the actual height of the row as it will be displayed. | 
|  CellDefault | getCellDefault()Gets the CellDefaultobject of the cells in the row. | 
|  Cell2List | getCells()Gets the CellListcontaining 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 | 
|---|
public CellDefault getCellDefault()
CellDefault object of the cells in the row.
public float getHeight()
public void setHeight(float value)
value - the minimum height of the row.public Cell2List getCells()
CellList containing all the cells in that row.
public float getActualRowHeight()
public void setTag(Tag value)
value - the structure element of the Row.public Tag getTag()
public void setTagOrder(int value)
value - the structure element order of the Row.public int getTagOrder()
| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||