C# Class iTextSharp.text.html.simpleparser.HTMLWorker

Inheritance: ISimpleXMLDocHandler, IDocListener
Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Properties

Property Type Description
tagsSupported Hashtable

Protected Properties

Property Type Description
document IDocListener
objectList ArrayList

Public Methods

Method Description
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

Private Methods

Method Description
HTMLWorker ( ) : System

Method Details

Add() public method

public Add ( IElement element ) : bool
element IElement
return bool

ClearTextWrap() public method

public ClearTextWrap ( ) : void
return void

Close() public method

public Close ( ) : void
return void

EndDocument() public method

public EndDocument ( ) : void
return void

EndElement() public method

public EndElement ( String tag ) : void
tag String
return void

HTMLWorker() public method

public HTMLWorker ( IDocListener document ) : System
document IDocListener
return System

NewPage() public method

public NewPage ( ) : bool
return bool

Open() public method

public Open ( ) : void
return void

Parse() public method

public Parse ( TextReader reader ) : void
reader TextReader
return void

ParseToList() public static method

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

ParseToList() public static method

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

ResetFooter() public method

public ResetFooter ( ) : void
return void

ResetHeader() public method

public ResetHeader ( ) : void
return void

ResetPageCount() public method

public ResetPageCount ( ) : void
return void

SetMarginMirroring() public method

public SetMarginMirroring ( bool marginMirroring ) : bool
marginMirroring bool
return bool

SetMarginMirroringTopBottom() public method

public SetMarginMirroringTopBottom ( bool marginMirroring ) : bool
marginMirroring bool
return bool

SetMargins() public method

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

SetPageSize() public method

public SetPageSize ( Rectangle pageSize ) : bool
pageSize iTextSharp.text.Rectangle
return bool

StartDocument() public method

public StartDocument ( ) : void
return void

StartElement() public method

public StartElement ( String tag, Hashtable h ) : void
tag String
h Hashtable
return void

Text() public method

public Text ( String str ) : void
str String
return void

Property Details

document protected property

protected IDocListener document
return IDocListener

objectList protected property

protected ArrayList objectList
return ArrayList

tagsSupported public static property

public static Hashtable tagsSupported
return Hashtable