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

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

공개 메소드들

메소드 설명
Add ( IElement o ) : bool
CellWrapper ( String tag, ChainedProperties chain ) : System
CreatePdfPCell ( String tag, ChainedProperties chain ) : PdfPCell
IsContent ( ) : bool
IsNestable ( ) : bool
Process ( IElementListener listener ) : bool
ToString ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( IElement o ) : bool
o IElement
리턴 bool

CellWrapper() 공개 메소드

public CellWrapper ( String tag, ChainedProperties chain ) : System
tag String
chain ChainedProperties
리턴 System

CreatePdfPCell() 공개 메소드

public CreatePdfPCell ( String tag, ChainedProperties chain ) : PdfPCell
tag String
chain ChainedProperties
리턴 iTextSharp.text.pdf.PdfPCell

IsContent() 공개 메소드

public IsContent ( ) : bool
리턴 bool

IsNestable() 공개 메소드

public IsNestable ( ) : bool
리턴 bool

Process() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string