|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.PdfCollection
com.spire.pdf.tables.PdfRowCollection
public class PdfRowCollection
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 |
|---|
public PdfRowCollection()
| Method Detail |
|---|
public PdfRow get(int index)
public void add(PdfRow row)
row - The row.public void add(java.lang.Object[] values)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||