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

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
CssFileImpl ( ) : System
Get ( String selector ) : String>.IDictionary
IsPersistent ( ) : bool
IsPersistent ( bool isPeristent ) : void

Method Details

Add() public méthode

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

CssFileImpl() public méthode

public CssFileImpl ( ) : System
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 isPeristent ) : void
isPeristent bool
Résultat void