C# Class iTextSharp.tool.xml.css.CSSFileWrapper

Inheritance: ICssFile
Afficher le fichier Open project: boecko/iTextSharp Class Usage Examples

Méthodes publiques

Méthode Description
Add ( String selector, String>.IDictionary props ) : void
CSSFileWrapper ( ICssFile css, bool b ) : System
Get ( String selector ) : String>.IDictionary
IsPersistent ( ) : bool
IsPersistent ( bool b ) : void

Method Details

Add() public méthode

public Add ( String selector, String>.IDictionary props ) : void
selector String
props String>.IDictionary
Résultat void

CSSFileWrapper() public méthode

public CSSFileWrapper ( ICssFile css, bool b ) : System
css ICssFile
b bool
Résultat System

Get() public méthode

public Get ( String selector ) : String>.IDictionary
selector String
Résultat String>.IDictionary

IsPersistent() public méthode

public IsPersistent ( ) : bool
Résultat bool

IsPersistent() public méthode

public IsPersistent ( bool b ) : void
b bool
Résultat void