C# 클래스 iTextSharp.text.html.simpleparser.IncTable

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
AddCol ( PdfPCell cell ) : void
AddCols ( ArrayList ncols ) : void
BuildTable ( ) : PdfPTable
EndRow ( ) : void
IncTable ( Hashtable props ) : System

메소드 상세

AddCol() 공개 메소드

public AddCol ( PdfPCell cell ) : void
cell iTextSharp.text.pdf.PdfPCell
리턴 void

AddCols() 공개 메소드

public AddCols ( ArrayList ncols ) : void
ncols System.Collections.ArrayList
리턴 void

BuildTable() 공개 메소드

public BuildTable ( ) : PdfPTable
리턴 iTextSharp.text.pdf.PdfPTable

EndRow() 공개 메소드

public EndRow ( ) : void
리턴 void

IncTable() 공개 메소드

public IncTable ( Hashtable props ) : System
props System.Collections.Hashtable
리턴 System