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

Inheritance: ISimpleXMLDocHandler, IDocListener
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Свойство Type Description
tagsSupported Hashtable

Protected Properties

Свойство Type Description
document IDocListener
objectList ArrayList

Méthodes publiques

Méthode 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

Méthode Description
HTMLWorker ( ) : System

Method Details

Add() public méthode

public Add ( IElement element ) : bool
element IElement
Résultat bool

ClearTextWrap() public méthode

public ClearTextWrap ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

EndDocument() public méthode

public EndDocument ( ) : void
Résultat void

EndElement() public méthode

public EndElement ( String tag ) : void
tag String
Résultat void

HTMLWorker() public méthode

public HTMLWorker ( IDocListener document ) : System
document IDocListener
Résultat System

NewPage() public méthode

public NewPage ( ) : bool
Résultat bool

Open() public méthode

public Open ( ) : void
Résultat void

Parse() public méthode

public Parse ( TextReader reader ) : void
reader TextReader
Résultat void

ParseToList() public static méthode

public static ParseToList ( TextReader reader, StyleSheet style ) : ArrayList
reader TextReader
style StyleSheet
Résultat ArrayList

ParseToList() public static méthode

public static ParseToList ( TextReader reader, StyleSheet style, Hashtable interfaceProps ) : ArrayList
reader TextReader
style StyleSheet
interfaceProps Hashtable
Résultat ArrayList

ResetFooter() public méthode

public ResetFooter ( ) : void
Résultat void

ResetHeader() public méthode

public ResetHeader ( ) : void
Résultat void

ResetPageCount() public méthode

public ResetPageCount ( ) : void
Résultat void

SetMarginMirroring() public méthode

public SetMarginMirroring ( bool marginMirroring ) : bool
marginMirroring bool
Résultat bool

SetMarginMirroringTopBottom() public méthode

public SetMarginMirroringTopBottom ( bool marginMirroring ) : bool
marginMirroring bool
Résultat bool

SetMargins() public méthode

public SetMargins ( float marginLeft, float marginRight, float marginTop, float marginBottom ) : bool
marginLeft float
marginRight float
marginTop float
marginBottom float
Résultat bool

SetPageSize() public méthode

public SetPageSize ( Rectangle pageSize ) : bool
pageSize iTextSharp.text.Rectangle
Résultat bool

StartDocument() public méthode

public StartDocument ( ) : void
Résultat void

StartElement() public méthode

public StartElement ( String tag, Hashtable h ) : void
tag String
h Hashtable
Résultat void

Text() public méthode

public Text ( String str ) : void
str String
Résultat void

Property Details

document protected_oe property

protected IDocListener document
Résultat IDocListener

objectList protected_oe property

protected ArrayList objectList
Résultat ArrayList

tagsSupported public_oe static_oe property

public static Hashtable tagsSupported
Résultat Hashtable