pdfrowcollection-ag凯发旗舰厅
com.spire.pdf.tables
class pdfrowcollection
java.lang.object
com.spire.pdf.pdfcollection
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.
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. |
pdfrowcollection
public pdfrowcollection()
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.