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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Свойство Type Description
classMap System.Collections.Hashtable
tagMap System.Collections.Hashtable

Méthodes publiques

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

Méthode Description
ApplyMap ( Hashtable map, Hashtable props ) : void

Method Details

ApplyStyle() public méthode

public ApplyStyle ( String tag, Hashtable props ) : void
tag String
props System.Collections.Hashtable
Résultat void

LoadStyle() public méthode

public LoadStyle ( String style, Hashtable props ) : void
style String
props System.Collections.Hashtable
Résultat void

LoadStyle() public méthode

public LoadStyle ( String style, String key, String value ) : void
style String
key String
value String
Résultat void

LoadTagStyle() public méthode

public LoadTagStyle ( String tag, Hashtable props ) : void
tag String
props System.Collections.Hashtable
Résultat void

LoadTagStyle() public méthode

public LoadTagStyle ( String tag, String key, String value ) : void
tag String
key String
value String
Résultat void

StyleSheet() public méthode

public StyleSheet ( ) : System
Résultat System

Property Details

classMap public_oe property

public Hashtable,System.Collections classMap
Résultat System.Collections.Hashtable

tagMap public_oe property

public Hashtable,System.Collections tagMap
Résultat System.Collections.Hashtable