pdfrowcollection-ag凯发旗舰厅



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( row)
          adds the specified row.
  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  get(int index)
gets the at the specified index.

add

public void add( 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.


网站地图