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

Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Properties

Property Type Description
classMap System.Collections.Hashtable
tagMap System.Collections.Hashtable

Public Methods

Method Description
ApplyStyle ( String tag, Hashtable props ) : void
LoadStyle ( String style, Hashtable props ) : void
LoadStyle ( String style, String key, String value ) : void
LoadTagStyle ( String tag, Hashtable props ) : void
LoadTagStyle ( String tag, String key, String value ) : void
StyleSheet ( ) : System

Private Methods

Method Description
ApplyMap ( Hashtable map, Hashtable props ) : void

Method Details

ApplyStyle() public method

public ApplyStyle ( String tag, Hashtable props ) : void
tag String
props System.Collections.Hashtable
return void

LoadStyle() public method

public LoadStyle ( String style, Hashtable props ) : void
style String
props System.Collections.Hashtable
return void

LoadStyle() public method

public LoadStyle ( String style, String key, String value ) : void
style String
key String
value String
return void

LoadTagStyle() public method

public LoadTagStyle ( String tag, Hashtable props ) : void
tag String
props System.Collections.Hashtable
return void

LoadTagStyle() public method

public LoadTagStyle ( String tag, String key, String value ) : void
tag String
key String
value String
return void

StyleSheet() public method

public StyleSheet ( ) : System
return System

Property Details

classMap public property

public Hashtable,System.Collections classMap
return System.Collections.Hashtable

tagMap public property

public Hashtable,System.Collections tagMap
return System.Collections.Hashtable