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

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Свойство Type Description
chain IList

Méthodes publiques

Méthode Description
AddToChain ( String tag, String>.IDictionary props ) : void
ChainedProperties ( ) : System
HasProperty ( String key ) : bool
RemoveChain ( String tag ) : void
this ( String key ) : String

Méthodes protégées

Méthode Description
AdjustFontSize ( String>.IDictionary attrs ) : void

Method Details

AddToChain() public méthode

public AddToChain ( String tag, String>.IDictionary props ) : void
tag String
props String>.IDictionary
Résultat void

AdjustFontSize() protected méthode

protected AdjustFontSize ( String>.IDictionary attrs ) : void
attrs String>.IDictionary
Résultat void

ChainedProperties() public méthode

public ChainedProperties ( ) : System
Résultat System

HasProperty() public méthode

public HasProperty ( String key ) : bool
key String
Résultat bool

RemoveChain() public méthode

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

this() public méthode

public this ( String key ) : String
key String
Résultat String

Property Details

chain public_oe property

public IList chain
Résultat IList