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

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

보호된 프로퍼티들

프로퍼티 타입 설명
events List

공개 메소드들

메소드 설명
AddCellEvent ( IPdfPCellEvent eventa ) : void
CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void

메소드 상세

AddCellEvent() 공개 메소드

public AddCellEvent ( IPdfPCellEvent eventa ) : void
eventa IPdfPCellEvent
리턴 void

CellLayout() 공개 메소드

public CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
cell iTextSharp.text.pdf.PdfPCell
position iTextSharp.text.Rectangle
canvases iTextSharp.text.pdf.PdfContentByte
리턴 void

프로퍼티 상세

events 보호되어 있는 프로퍼티

protected List events
리턴 List