com.spire.pdf.tables
Class PdfRowCollection

java.lang.Object
  extended by com.spire.pdf.PdfCollection
      extended by com.spire.pdf.tables.PdfRowCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable

public class PdfRowCollection
extends PdfCollection

Represents the collection of the columns.


Constructor Summary
PdfRowCollection()
           
 
Method Summary
 void add(java.lang.Object[] values)
          The array of values that are used to create the new row.
 void add(PdfRow row)
          Adds the specified row.
 PdfRow get(int index)
          Gets the at the specified index.
 
Methods inherited from class com.spire.pdf.PdfCollection
getCount, getList
 

Constructor Detail

PdfRowCollection

public PdfRowCollection()
Method Detail

get

public PdfRow get(int index)
Gets the at the specified index.


add

public void add(PdfRow row)
Adds the specified row.

Parameters:
row - The row.

add

public void add(java.lang.Object[] values)
The array of values that are used to create the new row.