C# Class AODL.ExternalExporter.PDF.Document.ContentConverter.TableConverter

Summary for TableConverter.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
Convert ( Table table ) : iTextSharp.text.pdf.PdfPTable

Converts the specified table.

TableConverter ( ) : System

Initializes a new instance of the TableConverter class.

Private Methods

Method Description
SetCellProperties ( Cell cell, iTextSharp pdfCell ) : iTextSharp.text.pdf.PdfPCell

Sets the cell properties.

SetProperties ( Table table, iTextSharp pdfTable, int maxCells ) : iTextSharp.text.pdf.PdfPTable

Converts the specified table.

Method Details

Convert() public method

Converts the specified table.
public Convert ( Table table ) : iTextSharp.text.pdf.PdfPTable
table AODL.Document.Content.Tables.Table The table.
return iTextSharp.text.pdf.PdfPTable

TableConverter() public method

Initializes a new instance of the TableConverter class.
public TableConverter ( ) : System
return System