Property | Type | Description | |
---|---|---|---|
tagsSupported | Hashtable |
Property | Type | Description | |
---|---|---|---|
document | IDocListener | ||
objectList | ArrayList |
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, |
||
ParseToList ( TextReader reader, |
||
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 ( |
||
StartDocument ( ) : void | ||
StartElement ( String tag, Hashtable h ) : void | ||
Text ( String str ) : void |
Method | Description | |
---|---|---|
HTMLWorker ( ) : System |
public HTMLWorker ( IDocListener document ) : System | ||
document | IDocListener | |
return | System |
public static ParseToList ( TextReader reader, |
||
reader | TextReader | |
style | ||
return | ArrayList |
public static ParseToList ( TextReader reader, |
||
reader | TextReader | |
style | ||
interfaceProps | Hashtable | |
return | ArrayList |
public SetMarginMirroring ( bool marginMirroring ) : bool | ||
marginMirroring | bool | |
return | bool |
public SetMarginMirroringTopBottom ( bool marginMirroring ) : bool | ||
marginMirroring | bool | |
return | bool |
public SetMargins ( float marginLeft, float marginRight, float marginTop, float marginBottom ) : bool | ||
marginLeft | float | |
marginRight | float | |
marginTop | float | |
marginBottom | float | |
return | bool |
public SetPageSize ( |
||
pageSize | ||
return | bool |
public StartElement ( String tag, Hashtable h ) : void | ||
tag | String | |
h | Hashtable | |
return | void |