|
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.CellList
Cell2List
public class CellList
This class represents CellList.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
|---|---|
Cell |
add(PageElement element)
Deprecated. Adds a Cell to the end of the CellList with the
specified page element. |
Cell |
add(PageElement element,
int colSpan)
Deprecated. Adds a Cell to the end of the CellList with the
specified page element. |
Cell |
add(PageElement element,
int colSpan,
int rowSpan)
Deprecated. Adds a Cell to the end of the CellList with the
specified page element. |
Cell |
add(java.lang.String text)
Deprecated. Adds a Cell to the end of the CellList. |
Cell |
add(java.lang.String text,
Font font,
float size)
Deprecated. Adds a Cell to the end of the CellList. |
Cell |
add(java.lang.String text,
Font font,
float size,
Color textColor,
Color backColor,
int colSpan)
Deprecated. Adds a Cell to the end of the CellList. |
Cell |
add(java.lang.String text,
Font font,
float size,
Color textColor,
Color backColor,
int colSpan,
int rowSpan)
Deprecated. Adds a Cell to the end of the CellList. |
Cell |
add(java.lang.String text,
Font font,
float size,
int colSpan)
Deprecated. Adds a Cell to the end of the CellList. |
Cell |
add(java.lang.String text,
Font font,
float size,
int colSpan,
int rowSpan)
Deprecated. Adds a Cell to the end of the CellList. |
Cell |
add(java.lang.String text,
int colSpan)
Deprecated. Adds a Cell to the end of the CellList. |
Cell |
add(java.lang.String text,
int colSpan,
int rowSpan)
Deprecated. Adds a Cell to the end of the CellList. |
Cell |
getCell(int index)
Deprecated. Gets the Cell at the given index. |
int |
getCount()
Deprecated. As of DynamicPDF v6.0.0, replaced by size() |
java.util.Iterator |
getIterator()
Deprecated. Returns an Iterator that can iterate through the CellList. |
int |
size()
Deprecated. Gets the number of elements actually contained in the CellList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Cell add(java.lang.String text)
Cell to the end of the CellList.
text - Text to be displayed in the cell.
Cell object.Cell
public Cell add(java.lang.String text,
int colSpan)
Cell to the end of the CellList.
text - Text to be displayed in the cell.colSpan - Number of columns for the cell to span.
Cell object.Cell
public Cell add(java.lang.String text,
Font font,
float size)
Cell to the end of the CellList.
text - Text to be displayed in the cell.font - Font for the text in the cell.size - Font size for the text in the cell.
Cell object.Cell
public Cell add(java.lang.String text,
Font font,
float size,
int colSpan)
Cell to the end of the CellList.
text - Text to be displayed in the cell.font - Font for the text in the cell.size - Font size for the text in the cell.colSpan - Number of columns for the cell to span.
Cell object.
public Cell add(java.lang.String text,
Font font,
float size,
int colSpan,
int rowSpan)
Cell to the end of the CellList.
text - Text to be displayed in the cell.font - Font for the text in the cell.size - Font size for the text in the cell.colSpan - Number of columns for the cell to span.rowSpan - Number of rows for the cell to span.
Cell object.
public Cell add(java.lang.String text,
int colSpan,
int rowSpan)
Cell to the end of the CellList.
text - Text to be displayed in the cell.colSpan - Number of columns for the cell to span.rowSpan - Number of rows for the cell to span.
Cell object.
public Cell add(java.lang.String text,
Font font,
float size,
Color textColor,
Color backColor,
int colSpan)
Cell to the end of the CellList.
GeneratorException - If Cell span less than one column or not enough columnstext - Text to be displayed in the cell.font - Font for the text in the cell.size - Font size for the text in the cell.textColor - Color for the text in the cell.backColor - Background color for the cell.colSpan - Number of columns for the cell to span.
Cell
public Cell add(java.lang.String text,
Font font,
float size,
Color textColor,
Color backColor,
int colSpan,
int rowSpan)
Cell to the end of the CellList.
GeneratorException - If Cell span less than one column or not enough columnstext - Text to be displayed in the cell.font - Font for the text in the cell.size - Font size for the text in the cell.textColor - Color for the text in the cell.backColor - Background color for the cell.colSpan - Number of columns for the cell to span.rowSpan - Number of rows for the cell to span.
Cellpublic Cell add(PageElement element)
Cell to the end of the CellList with the
specified page element.
element - Page element to be displayed in the cell.
Cell object.Cell
public Cell add(PageElement element,
int colSpan)
Cell to the end of the CellList with the
specified page element.
element - Page element to be displayed in the cell.colSpan - Number of columns for the cell will span.
Cell object.Cell
public Cell add(PageElement element,
int colSpan,
int rowSpan)
Cell to the end of the CellList with the
specified page element.
element - Page element to be displayed in the cell.colSpan - Number of columns for the cell will span.rowSpan - Number of rows for the cell will span.
Cell object.Cellpublic Cell getCell(int index)
Cell at the given index.
index - the index of the cell.
public int getCount()
size()
public int size()
public java.util.Iterator getIterator()
Iterator
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||