|
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.RowList
Row2List
public class RowList
Represents a list of row 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 | |
|---|---|
Row |
add()
Deprecated. Adds a Row to the end of the RowList. |
Row |
add(float height)
Deprecated. Adds a Row to the end of the RowList. |
Row |
add(float height,
Font font,
float size)
Deprecated. Adds a Row to the end of the RowList. |
Row |
add(float height,
Font font,
float size,
Color textColor,
Color backColor)
Deprecated. Adds a Row to the end of the RowList. |
Row |
add(Font font,
float size)
Deprecated. Adds a Row to the end of the RowList. |
Row |
add(Font font,
float size,
Color textColor,
Color backColor)
Deprecated. Adds a Row to the end of the RowList. |
java.util.Iterator |
getIterator()
Deprecated. Returns an Iterator that can iterate through the RowList. |
Row |
getRow(int index)
Deprecated. Gets the Row at the given index. |
int |
size()
Deprecated. 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 Row add()
Row to the end of the RowList.
Row object.Row,
RowListpublic Row add(float height)
Row to the end of the RowList.
height - Height of the row to be added.
Row object.Row,
RowList
public Row add(Font font,
float size)
Row to the end of the RowList.
font - Font for the text in the row.size - Font size for the text in the row.
Row object.Row,
RowList
public Row add(float height,
Font font,
float size)
Row to the end of the RowList.
height - Height of the row to be added.font - Font for the text in the row.size - Font size for the text in the row.
Row object.Row
public Row add(Font font,
float size,
Color textColor,
Color backColor)
Row to the end of the RowList.
font - Font for the text in the row.size - Font size for the text in the row.textColor - Color for the text in the row.backColor - Background color for the row.
Row object.
public Row add(float height,
Font font,
float size,
Color textColor,
Color backColor)
Row to the end of the RowList.
height - Height of the row to be added.font - Font for the text in the row.size - Font size for the text in the row.textColor - Color for the text in the row.backColor - background Color for the row.
Row object.Row,
Color,
RowListpublic Row getRow(int index)
Row at the given index.
index - index of the row required.
Rowpublic 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 | ||||||||