C# 클래스 PdfRpt.Core.Contracts.PdfGrid

PdfGrid represents the iTextSharp.text.pdf.PdfPTable class.
상속: iTextSharp.text.pdf.PdfPTable
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

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

Constructs a copy of a PdfPTable.

PdfGrid ( float relativeWidths ) : iTextSharp.text.pdf

Constructs a PdfPTable with the relative column widths.

PdfGrid ( int numColumns ) : iTextSharp.text.pdf

Constructs a PdfPTable with numColumns columns.

메소드 상세

PdfGrid() 공개 메소드

Constructs a copy of a PdfPTable.
public PdfGrid ( PdfPTable table ) : iTextSharp.text.pdf
table iTextSharp.text.pdf.PdfPTable the PdfPTableto be copied
리턴 iTextSharp.text.pdf

PdfGrid() 공개 메소드

Constructs a PdfPTable with the relative column widths.
public PdfGrid ( float relativeWidths ) : iTextSharp.text.pdf
relativeWidths float the relative column widths
리턴 iTextSharp.text.pdf

PdfGrid() 공개 메소드

Constructs a PdfPTable with numColumns columns.
public PdfGrid ( int numColumns ) : iTextSharp.text.pdf
numColumns int the number of columns
리턴 iTextSharp.text.pdf