C# 클래스 iTextSharp.text.html.simpleparser.ChainedProperties

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
chain IList

공개 메소드들

메소드 설명
AddToChain ( String tag, String>.IDictionary props ) : void
ChainedProperties ( ) : System
HasProperty ( String key ) : bool
RemoveChain ( String tag ) : void
this ( String key ) : String

보호된 메소드들

메소드 설명
AdjustFontSize ( String>.IDictionary attrs ) : void

메소드 상세

AddToChain() 공개 메소드

public AddToChain ( String tag, String>.IDictionary props ) : void
tag String
props String>.IDictionary
리턴 void

AdjustFontSize() 보호된 메소드

protected AdjustFontSize ( String>.IDictionary attrs ) : void
attrs String>.IDictionary
리턴 void

ChainedProperties() 공개 메소드

public ChainedProperties ( ) : System
리턴 System

HasProperty() 공개 메소드

public HasProperty ( String key ) : bool
key String
리턴 bool

RemoveChain() 공개 메소드

public RemoveChain ( String tag ) : void
tag String
리턴 void

this() 공개 메소드

public this ( String key ) : String
key String
리턴 String

프로퍼티 상세

chain 공개적으로 프로퍼티

public IList chain
리턴 IList