com.spire.pdf.tables
Class PdfColumnCollection
java.lang.Object
   com.spire.pdf.PdfCollection
com.spire.pdf.PdfCollection
       com.spire.pdf.tables.PdfColumnCollection
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.