pdfcolumncollection-ag凯发旗舰厅



com.spire.pdf.tables
class pdfcolumncollection

java.lang.object
  extended by com.spire.pdf.pdfcollection
      extended by 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.


constructor summary
pdfcolumncollection()
           
 
method summary
 void add(pdfcolumn column)
          adds the specified column.
 pdfcolumn get(int index)
          gets the at the specified index.
 
methods inherited from class com.spire.pdf.pdfcollection
getcount, getlist
 
constructor detail

pdfcolumncollection

public pdfcolumncollection()
method detail

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.


网站地图