|
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.Row2List
public class Row2List
Represents a list of Rows in 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 | |
|---|---|
Row2 |
add()
Adds a Row2 to the end of the Row2List. |
Row2 |
add(float height)
Adds a Row2 to the end of the Row2List. |
Row2 |
add(float height,
Font font,
float fontSize)
Adds a Row2 to the end of the Row2List. |
Row2 |
add(float height,
Font font,
float fontSize,
Color textColor,
Color backColor)
Adds a Row2 to the end of the Row2List. |
Row2 |
add(Font font,
float fontSize)
Adds a Row2 to the end of the Row2List. |
Row2 |
add(Font font,
float fontSize,
Color textColor,
Color backColor)
Adds a Row2 to the end of the Row2List. |
java.util.Iterator |
getIterator()
Returns an Iterator that can iterate through the RowList. |
Row2 |
getRow2(int index)
Gets the Row2 at the given index. |
int |
size()
Gets the number of elements actually contained. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Row2 add()
Row2 to the end of the Row2List.
Row2 object.public Row2 add(float height)
Row2 to the end of the Row2List.
height - Height of the row to be added.
Row2 object.
public Row2 add(Font font,
float fontSize)
Row2 to the end of the Row2List.
font - Font for the text in the row.fontSize - Font size for the text in the row.
Row2 object.
public Row2 add(float height,
Font font,
float fontSize)
Row2 to the end of the Row2List.
height - Height of the row to be added.font - Font for the text in the row.fontSize - Font size for the text in the row.
Row2 object.
public Row2 add(Font font,
float fontSize,
Color textColor,
Color backColor)
Row2 to the end of the Row2List.
font - Font for the text in the row.fontSize - Font size for the text in the row.textColor - Color for the text in the row.backColor - Background color for the row.
Row2 object.
public Row2 add(float height,
Font font,
float fontSize,
Color textColor,
Color backColor)
Row2 to the end of the Row2List.
height - Height of the row to be added.font - Font for the text in the row.fontSize - Font size for the text in the row.textColor - Color for the text in the row.backColor - Background color for the row.
Row2 object.public Row2 getRow2(int index)
Row2 at the given index.
index - the index of the row.
public int size()
public java.util.Iterator getIterator()
RowList.
RowList.Iterator
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||