C# 클래스 iTextSharp.tool.xml.css.CSSFileWrapper

상속: ICssFile
파일 보기 프로젝트 열기: boecko/iTextSharp 1 사용 예제들

공개 메소드들

메소드 설명
Add ( String selector, String>.IDictionary props ) : void
CSSFileWrapper ( ICssFile css, bool b ) : System
Get ( String selector ) : String>.IDictionary
IsPersistent ( ) : bool
IsPersistent ( bool b ) : void

메소드 상세

Add() 공개 메소드

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

CSSFileWrapper() 공개 메소드

public CSSFileWrapper ( ICssFile css, bool b ) : System
css ICssFile
b bool
리턴 System

Get() 공개 메소드

public Get ( String selector ) : String>.IDictionary
selector String
리턴 String>.IDictionary

IsPersistent() 공개 메소드

public IsPersistent ( ) : bool
리턴 bool

IsPersistent() 공개 메소드

public IsPersistent ( bool b ) : void
b bool
리턴 void