pdfcolumncollection-ag凯发旗舰厅
com.spire.pdf.tables
class pdfcolumncollection
java.lang.object
com.spire.pdf.pdfcollection
com.spire.pdf.tables.pdfcolumncollection
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, java.lang.iterable
public class pdfcolumncollection
- extends pdfcollection
represents the collection of the columns.
method summary |
void |
add(pdfcolumn column)
adds the specified column. |
pdfcolumn |
get(int index)
gets the at the specified index. |
pdfcolumncollection
public pdfcolumncollection()
get
public pdfcolumn get(int index)
- gets the at the specified index.
add
public void add(pdfcolumn column)
- adds the specified column.
- parameters:
column
- the column.