C# 클래스 iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordMgr

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

공개 프로퍼티들

프로퍼티 타입 설명
debug bool
debugFound bool
debugNotFound bool

공개 메소드들

메소드 설명
AddRtfCtrlWordListener ( IRtfCtrlWordListener listener ) : void
HandleKeyword ( RtfCtrlWordData ctrlWordData, int groupLevel ) : int
RemoveRtfCtrlWordListener ( IRtfCtrlWordListener listener ) : void
RtfCtrlWordMgr ( RtfParser rtfParser, PushbackStream reader ) : System

비공개 메소드들

메소드 설명
AfterCtrlWord ( RtfCtrlWordData ctrlWordData ) : bool
BeforeCtrlWord ( RtfCtrlWordData ctrlWordData ) : bool
DispatchKeyword ( RtfCtrlWordData ctrlWordData, int groupLevel ) : int
OnCtrlWord ( RtfCtrlWordData ctrlWordData ) : bool

메소드 상세

AddRtfCtrlWordListener() 공개 메소드

public AddRtfCtrlWordListener ( IRtfCtrlWordListener listener ) : void
listener IRtfCtrlWordListener
리턴 void

HandleKeyword() 공개 메소드

public HandleKeyword ( RtfCtrlWordData ctrlWordData, int groupLevel ) : int
ctrlWordData RtfCtrlWordData
groupLevel int
리턴 int

RemoveRtfCtrlWordListener() 공개 메소드

public RemoveRtfCtrlWordListener ( IRtfCtrlWordListener listener ) : void
listener IRtfCtrlWordListener
리턴 void

RtfCtrlWordMgr() 공개 메소드

public RtfCtrlWordMgr ( RtfParser rtfParser, PushbackStream reader ) : System
rtfParser iTextSharp.text.rtf.parser.RtfParser
reader iTextSharp.text.rtf.parser.PushbackStream
리턴 System

프로퍼티 상세

debug 공개적으로 정적으로 프로퍼티

public static bool debug
리턴 bool

debugFound 공개적으로 정적으로 프로퍼티

public static bool debugFound
리턴 bool

debugNotFound 공개적으로 정적으로 프로퍼티

public static bool debugNotFound
리턴 bool