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

상속: IElement
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
AddRow ( IList row ) : void
CreateTable ( ) : PdfPTable
IsContent ( ) : bool
IsNestable ( ) : bool
Process ( IElementListener listener ) : bool
TableWrapper ( String>.IDictionary attrs ) : System

메소드 상세

AddRow() 공개 메소드

public AddRow ( IList row ) : void
row IList
리턴 void

CreateTable() 공개 메소드

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

IsContent() 공개 메소드

public IsContent ( ) : bool
리턴 bool

IsNestable() 공개 메소드

public IsNestable ( ) : bool
리턴 bool

Process() 공개 메소드

public Process ( IElementListener listener ) : bool
listener IElementListener
리턴 bool

TableWrapper() 공개 메소드

public TableWrapper ( String>.IDictionary attrs ) : System
attrs String>.IDictionary
리턴 System