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

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

Public Methods

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

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

CssFileImpl() public method

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