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

Inheritance: ICssFile
Mostra file Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method 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 method

public Add ( String selector, String>.IDictionary props ) : void
selector String
props String>.IDictionary
return void

CSSFileWrapper() public method

public CSSFileWrapper ( ICssFile css, bool b ) : System
css ICssFile
b bool
return System

Get() public method

public Get ( String selector ) : String>.IDictionary
selector String
return String>.IDictionary

IsPersistent() public method

public IsPersistent ( ) : bool
return bool

IsPersistent() public method

public IsPersistent ( bool b ) : void
b bool
return void