DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class RowList

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

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

public class RowList
extends java.lang.Object

Represents a list of row in a table.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 Row add()
          Deprecated. Adds a Row to the end of the RowList.
 Row add(float height)
          Deprecated. Adds a Row to the end of the RowList.
 Row add(float height, Font font, float size)
          Deprecated. Adds a Row to the end of the RowList.
 Row add(float height, Font font, float size, Color textColor, Color backColor)
          Deprecated. Adds a Row to the end of the RowList.
 Row add(Font font, float size)
          Deprecated. Adds a Row to the end of the RowList.
 Row add(Font font, float size, Color textColor, Color backColor)
          Deprecated. Adds a Row to the end of the RowList.
 java.util.Iterator getIterator()
          Deprecated. Returns an Iterator that can iterate through the RowList.
 Row getRow(int index)
          Deprecated. Gets the Row at the given index.
 int size()
          Deprecated. Gets the number of elements actually contained.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public Row add()
Deprecated. 
Adds a Row to the end of the RowList.

Returns:
a Row object.
See Also:
Row, RowList

add

public Row add(float height)
Deprecated. 
Adds a Row to the end of the RowList.

Parameters:
height - Height of the row to be added.
Returns:
a Row object.
See Also:
Row, RowList

add

public Row add(Font font,
               float size)
Deprecated. 
Adds a Row to the end of the RowList.

Parameters:
font - Font for the text in the row.
size - Font size for the text in the row.
Returns:
a Row object.
See Also:
Row, RowList

add

public Row add(float height,
               Font font,
               float size)
Deprecated. 
Adds a Row to the end of the RowList.

Parameters:
height - Height of the row to be added.
font - Font for the text in the row.
size - Font size for the text in the row.
Returns:
a Row object.
See Also:
Row

add

public Row add(Font font,
               float size,
               Color textColor,
               Color backColor)
Deprecated. 
Adds a Row to the end of the RowList.

Parameters:
font - Font for the text in the row.
size - Font size for the text in the row.
textColor - Color for the text in the row.
backColor - Background color for the row.
Returns:
a Row object.

add

public Row add(float height,
               Font font,
               float size,
               Color textColor,
               Color backColor)
Deprecated. 
Adds a Row to the end of the RowList.

Parameters:
height - Height of the row to be added.
font - Font for the text in the row.
size - Font size for the text in the row.
textColor - Color for the text in the row.
backColor - background Color for the row.
Returns:
a Row object.
See Also:
Row, Color, RowList

getRow

public Row getRow(int index)
Deprecated. 
Gets the Row at the given index.

Parameters:
index - index of the row required.
Returns:
Row
See Also:
Row

size

public int size()
Deprecated. 
Gets the number of elements actually contained.

Returns:
the list size.

getIterator

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

Returns:
A Iterator for the entire RowList.
See Also:
Iterator

DynamicPDF by ceTe Software

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