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

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

공개 프로퍼티들

프로퍼티 타입 설명
tagsSupported Hashtable

보호된 프로퍼티들

프로퍼티 타입 설명
document IDocListener
objectList ArrayList

공개 메소드들

메소드 설명
Add ( IElement element ) : bool
ClearTextWrap ( ) : void
Close ( ) : void
EndDocument ( ) : void
EndElement ( String tag ) : void
HTMLWorker ( IDocListener document ) : System
NewPage ( ) : bool
Open ( ) : void
Parse ( TextReader reader ) : void
ParseToList ( TextReader reader, StyleSheet style ) : ArrayList
ParseToList ( TextReader reader, StyleSheet style, Hashtable interfaceProps ) : ArrayList
ResetFooter ( ) : void
ResetHeader ( ) : void
ResetPageCount ( ) : void
SetMarginMirroring ( bool marginMirroring ) : bool
SetMarginMirroringTopBottom ( bool marginMirroring ) : bool
SetMargins ( float marginLeft, float marginRight, float marginTop, float marginBottom ) : bool
SetPageSize ( Rectangle pageSize ) : bool
StartDocument ( ) : void
StartElement ( String tag, Hashtable h ) : void
Text ( String str ) : void

비공개 메소드들

메소드 설명
HTMLWorker ( ) : System

메소드 상세

Add() 공개 메소드

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

ClearTextWrap() 공개 메소드

public ClearTextWrap ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

EndDocument() 공개 메소드

public EndDocument ( ) : void
리턴 void

EndElement() 공개 메소드

public EndElement ( String tag ) : void
tag String
리턴 void

HTMLWorker() 공개 메소드

public HTMLWorker ( IDocListener document ) : System
document IDocListener
리턴 System

NewPage() 공개 메소드

public NewPage ( ) : bool
리턴 bool

Open() 공개 메소드

public Open ( ) : void
리턴 void

Parse() 공개 메소드

public Parse ( TextReader reader ) : void
reader TextReader
리턴 void

ParseToList() 공개 정적인 메소드

public static ParseToList ( TextReader reader, StyleSheet style ) : ArrayList
reader TextReader
style StyleSheet
리턴 ArrayList

ParseToList() 공개 정적인 메소드

public static ParseToList ( TextReader reader, StyleSheet style, Hashtable interfaceProps ) : ArrayList
reader TextReader
style StyleSheet
interfaceProps Hashtable
리턴 ArrayList

ResetFooter() 공개 메소드

public ResetFooter ( ) : void
리턴 void

ResetHeader() 공개 메소드

public ResetHeader ( ) : void
리턴 void

ResetPageCount() 공개 메소드

public ResetPageCount ( ) : void
리턴 void

SetMarginMirroring() 공개 메소드

public SetMarginMirroring ( bool marginMirroring ) : bool
marginMirroring bool
리턴 bool

SetMarginMirroringTopBottom() 공개 메소드

public SetMarginMirroringTopBottom ( bool marginMirroring ) : bool
marginMirroring bool
리턴 bool

SetMargins() 공개 메소드

public SetMargins ( float marginLeft, float marginRight, float marginTop, float marginBottom ) : bool
marginLeft float
marginRight float
marginTop float
marginBottom float
리턴 bool

SetPageSize() 공개 메소드

public SetPageSize ( Rectangle pageSize ) : bool
pageSize iTextSharp.text.Rectangle
리턴 bool

StartDocument() 공개 메소드

public StartDocument ( ) : void
리턴 void

StartElement() 공개 메소드

public StartElement ( String tag, Hashtable h ) : void
tag String
h Hashtable
리턴 void

Text() 공개 메소드

public Text ( String str ) : void
str String
리턴 void

프로퍼티 상세

document 보호되어 있는 프로퍼티

protected IDocListener document
리턴 IDocListener

objectList 보호되어 있는 프로퍼티

protected ArrayList objectList
리턴 ArrayList

tagsSupported 공개적으로 정적으로 프로퍼티

public static Hashtable tagsSupported
리턴 Hashtable