| 
 | 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.Column2List
public class Column2List
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 | |
|---|---|
|  Column2 | add(float width)Adds a Column2to the end of theColumn2List | 
|  Column2 | getColumn2(int index)Gets the Column2at the given index. | 
|  java.util.Iterator | getEnumerator()Returns an Iteratorthat can iterate through theColumn2List | 
|  int | size()Gets the number of elements actually contained in the Column2List. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public Column2 add(float width)
Column2 to the end of the Column2List
width - Width of the column to be added.
public int size()
Column2List.
public Column2 getColumn2(int index)
Column2 at the given index.
index - the index of the column.
public java.util.Iterator getEnumerator()
Iterator that can iterate through the Column2List
Iterator for the entire Column2ListIterator| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||