DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class ColumnList

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.ColumnList

Deprecated. As of DynamicPDF v6.0.0, replaced by Column2List

public class ColumnList
extends java.lang.Object

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

add

public Column add(float width)
Deprecated. 
Adds a Column to the end of the ColumnList.

Parameters:
width - Width of the column to be added.
Returns:
a Column object.
See Also:
Column

getColumn

public Column getColumn(int index)
Deprecated. 
Gets the Column at the given index.

Parameters:
index - integer index in Column List
Returns:
the column related to the index.
See Also:
Column

size

public int size()
Deprecated. 
Gets the number of Columns actually contained in the ColumnList.

Returns:
the list size.
See Also:
Column

getIterator

public java.util.Iterator getIterator()
Deprecated. 
Returns an enumerator that can iterate through the ColumnList.

Returns:
An Iterator for the entire ColumnList.
See Also:
Iterator

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software