C# 클래스 iTextSharp.text.pdf.hyphenation.SimplePatternParser

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

공개 메소드들

메소드 설명
EndDocument ( ) : void
EndElement ( String tag ) : void
Parse ( Stream stream, IPatternConsumer consumer ) : void
SimplePatternParser ( ) : System
StartDocument ( ) : void
StartElement ( String tag, Hashtable h ) : void
Text ( String str ) : void

보호된 메소드들

메소드 설명
GetExceptionWord ( ArrayList ex ) : String
GetInterletterValues ( String pat ) : String
GetPattern ( String word ) : String
NormalizeException ( ArrayList ex ) : ArrayList

메소드 상세

EndDocument() 공개 메소드

public EndDocument ( ) : void
리턴 void

EndElement() 공개 메소드

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

GetExceptionWord() 보호된 메소드

protected GetExceptionWord ( ArrayList ex ) : String
ex ArrayList
리턴 String

GetInterletterValues() 보호된 정적인 메소드

protected static GetInterletterValues ( String pat ) : String
pat String
리턴 String

GetPattern() 보호된 정적인 메소드

protected static GetPattern ( String word ) : String
word String
리턴 String

NormalizeException() 보호된 메소드

protected NormalizeException ( ArrayList ex ) : ArrayList
ex ArrayList
리턴 ArrayList

Parse() 공개 메소드

public Parse ( Stream stream, IPatternConsumer consumer ) : void
stream Stream
consumer IPatternConsumer
리턴 void

SimplePatternParser() 공개 메소드

public SimplePatternParser ( ) : System
리턴 System

StartDocument() 공개 메소드

public StartDocument ( ) : void
리턴 void

StartElement() 공개 메소드

public StartElement ( String tag, Hashtable h ) : void
tag String
h Hashtable
리턴 void

Text() 공개 메소드

public Text ( String str ) : void
str String
리턴 void