C# 클래스 iTextSharp.tool.xml.html.table.TableBorderEvent

상속: IPdfPTableEvent
파일 보기 프로젝트 열기: boecko/iTextSharp 1 사용 예제들

공개 메소드들

메소드 설명
TableBorderEvent ( TableStyleValues styleValues ) : System
TableLayout ( PdfPTable table, float width, float height, int headerRows, int rowStart, PdfContentByte canvas ) : void

메소드 상세

TableBorderEvent() 공개 메소드

public TableBorderEvent ( TableStyleValues styleValues ) : System
styleValues TableStyleValues
리턴 System

TableLayout() 공개 메소드

public TableLayout ( PdfPTable table, float width, float height, int headerRows, int rowStart, PdfContentByte canvas ) : void
table iTextSharp.text.pdf.PdfPTable
width float
height float
headerRows int
rowStart int
canvas iTextSharp.text.pdf.PdfContentByte
리턴 void