|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.pageelements.Cell2List
public class Cell2List
Represents a list of cells.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
Cell2 |
add(PageElement element)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
add(PageElement element,
int colSpan)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
add(PageElement element,
int colSpan,
int rowSpan)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
add(java.lang.String text)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
add(java.lang.String text,
Font font,
float fontSize)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
add(java.lang.String text,
Font font,
float fontSize,
Color textColor,
Color backColor,
int colSpan)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
add(java.lang.String text,
Font font,
float fontSize,
Color textColor,
Color backColor,
int colSpan,
int rowSpan)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
add(java.lang.String text,
Font font,
float fontSize,
int colSpan)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
add(java.lang.String text,
Font font,
float fontSize,
int colSpan,
int rowSpan)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
add(java.lang.String text,
int colSpan)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
add(java.lang.String text,
int colSpan,
int rowSpan)
Adds a Cell2 to the end of the Cell2 with the specified page element. |
Cell2 |
getCell2(int index)
Gets the Cell2 at the given index. |
java.util.Iterator |
getIterator()
Returns an Iterator that can iterate through the Cell2" . |
int |
size()
Gets the number of elements actually contained in the Cell2 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Cell2 add(java.lang.String text)
Cell2
to the end of the Cell2
with the specified page element.
text
- Text to be displayed in the cell.
View Example
public Cell2 add(java.lang.String text, int colSpan)
Cell2
to the end of the Cell2
with the specified page element.
text
- Text to be displayed in the cell.colSpan
- Number of columns that the cell will span.
View Example
public Cell2 add(java.lang.String text, Font font, float fontSize)
Cell2
to the end of the Cell2
with the specified page element.
text
- Text to be displayed in the cell.font
- Font for the text in the cell.fontSize
- Font size for the text in the cell.
View Example
public Cell2 add(java.lang.String text, Font font, float fontSize, int colSpan)
Cell2
to the end of the Cell2
with the specified page element.
text
- Text to be displayed in the cell.font
- Font for the text in the cell.fontSize
- Font size for the text in the cell.colSpan
- Number of columns that the cell will span.
View Example
public Cell2 add(java.lang.String text, Font font, float fontSize, int colSpan, int rowSpan)
Cell2
to the end of the Cell2
with the specified page element.
text
- Text to be displayed in the cell.font
- Font for the text in the cell.fontSize
- Font size for the text in the cell.colSpan
- Number of columns that the cell will span.
View ExamplerowSpan
- row span of the cell.
public Cell2 add(java.lang.String text, int colSpan, int rowSpan)
Cell2
to the end of the Cell2
with the specified page element.
text
- Text to be displayed in the cell.colSpan
- Number of columns that the cell will span.rowSpan
- Number of rows that the cell will span.
View Example
public Cell2 add(java.lang.String text, Font font, float fontSize, Color textColor, Color backColor, int colSpan)
Cell2
to the end of the Cell2
with the specified page element.
text
- Text to be displayed in the cell.font
- Font for the text in the cell.fontSize
- 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 that the cell will span.
View Example
public Cell2 add(java.lang.String text, Font font, float fontSize, Color textColor, Color backColor, int colSpan, int rowSpan)
Cell2
to the end of the Cell2
with the specified page element.
text
- Text to be displayed in the cell.font
- Font for the text in the cell.fontSize
- 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 that the cell will span.rowSpan
- Number of rows that the cell will span.
View Example
public Cell2 add(PageElement element)
Cell2
to the end of the Cell2
with the specified page element.
View Example
element
- the page element.
public Cell2 add(PageElement element, int colSpan)
Cell2
to the end of the Cell2
with the specified page element.
element
- Page element to be displayed in the cell.colSpan
- Number of columns that the cell will span.
View Example
public Cell2 add(PageElement element, int colSpan, int rowSpan)
Cell2
to the end of the Cell2
with the specified page element.
element
- Page element to be displayed in the cell.colSpan
- Number of columns that the cell will span.rowSpan
- Number of rows that the cell will span.
View Example
public java.util.Iterator getIterator()
Cell2"
.
Iterator
for the entire Cell2
.Iterator
public Cell2 getCell2(int index)
Cell2
at the given index.
index
- the index of the cell2.
public int size()
Cell2
.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |