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

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

공개 메소드들

메소드 설명
Add ( String selector, String>.IDictionary props ) : void
CssFileImpl ( ) : System
Get ( String selector ) : String>.IDictionary
IsPersistent ( ) : bool
IsPersistent ( bool isPeristent ) : void

메소드 상세

Add() 공개 메소드

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

CssFileImpl() 공개 메소드

public CssFileImpl ( ) : System
리턴 System

Get() 공개 메소드

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

IsPersistent() 공개 메소드

public IsPersistent ( ) : bool
리턴 bool

IsPersistent() 공개 메소드

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