|
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.ColumnList
Column2List
public class ColumnList
Class represents the list of columns.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
|---|---|
Column |
add(float width)
Deprecated. Adds a Column to the end of the ColumnList. |
Column |
getColumn(int index)
Deprecated. Gets the Column at the given index. |
java.util.Iterator |
getIterator()
Deprecated. Returns an enumerator that can iterate through the ColumnList. |
int |
size()
Deprecated. Gets the number of Columns actually contained in the ColumnList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Column add(float width)
Column to the end of the ColumnList.
width - Width of the column to be added.
Column object.Columnpublic Column getColumn(int index)
Column at the given index.
index - integer index in Column List
Columnpublic int size()
Columnpublic 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 | ||||||||