C# 클래스 AODL.ExternalExporter.PDF.Document.ContentConverter.TableConverter

Summary for TableConverter.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( Table table ) : iTextSharp.text.pdf.PdfPTable

Converts the specified table.

TableConverter ( ) : System

Initializes a new instance of the TableConverter class.

비공개 메소드들

메소드 설명
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.

메소드 상세

Convert() 공개 메소드

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

TableConverter() 공개 메소드

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