C# 클래스 iTextSharp.text.pdf.events.PdfPTableEventForwarder

상속: IPdfPTableEventAfterSplit
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

보호된 프로퍼티들

프로퍼티 타입 설명
events List

공개 메소드들

메소드 설명
AddTableEvent ( IPdfPTableEvent eventa ) : void
SplitTable ( PdfPTable table ) : void
TableLayout ( PdfPTable table, float widths, float heights, int headerRows, int rowStart, PdfContentByte canvases ) : void

메소드 상세

AddTableEvent() 공개 메소드

public AddTableEvent ( IPdfPTableEvent eventa ) : void
eventa IPdfPTableEvent
리턴 void

SplitTable() 공개 메소드

public SplitTable ( PdfPTable table ) : void
table PdfPTable
리턴 void

TableLayout() 공개 메소드

public TableLayout ( PdfPTable table, float widths, float heights, int headerRows, int rowStart, PdfContentByte canvases ) : void
table PdfPTable
widths float
heights float
headerRows int
rowStart int
canvases PdfContentByte
리턴 void

프로퍼티 상세

events 보호되어 있는 프로퍼티

protected List events
리턴 List