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

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
classMap System.Collections.Hashtable
tagMap System.Collections.Hashtable

공개 메소드들

메소드 설명
ApplyStyle ( String tag, Hashtable props ) : void
LoadStyle ( String style, Hashtable props ) : void
LoadStyle ( String style, String key, String value ) : void
LoadTagStyle ( String tag, Hashtable props ) : void
LoadTagStyle ( String tag, String key, String value ) : void
StyleSheet ( ) : System

비공개 메소드들

메소드 설명
ApplyMap ( Hashtable map, Hashtable props ) : void

메소드 상세

ApplyStyle() 공개 메소드

public ApplyStyle ( String tag, Hashtable props ) : void
tag String
props System.Collections.Hashtable
리턴 void

LoadStyle() 공개 메소드

public LoadStyle ( String style, Hashtable props ) : void
style String
props System.Collections.Hashtable
리턴 void

LoadStyle() 공개 메소드

public LoadStyle ( String style, String key, String value ) : void
style String
key String
value String
리턴 void

LoadTagStyle() 공개 메소드

public LoadTagStyle ( String tag, Hashtable props ) : void
tag String
props System.Collections.Hashtable
리턴 void

LoadTagStyle() 공개 메소드

public LoadTagStyle ( String tag, String key, String value ) : void
tag String
key String
value String
리턴 void

StyleSheet() 공개 메소드

public StyleSheet ( ) : System
리턴 System

프로퍼티 상세

classMap 공개적으로 프로퍼티

public Hashtable,System.Collections classMap
리턴 System.Collections.Hashtable

tagMap 공개적으로 프로퍼티

public Hashtable,System.Collections tagMap
리턴 System.Collections.Hashtable