C# Class iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordMgr

Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Properties

Property Type Description
debug bool
debugFound bool
debugNotFound bool

Public Methods

Method Description
AddRtfCtrlWordListener ( IRtfCtrlWordListener listener ) : void
HandleKeyword ( RtfCtrlWordData ctrlWordData, int groupLevel ) : int
RemoveRtfCtrlWordListener ( IRtfCtrlWordListener listener ) : void
RtfCtrlWordMgr ( RtfParser rtfParser, PushbackStream reader ) : System

Private Methods

Method Description
AfterCtrlWord ( RtfCtrlWordData ctrlWordData ) : bool
BeforeCtrlWord ( RtfCtrlWordData ctrlWordData ) : bool
DispatchKeyword ( RtfCtrlWordData ctrlWordData, int groupLevel ) : int
OnCtrlWord ( RtfCtrlWordData ctrlWordData ) : bool

Method Details

AddRtfCtrlWordListener() public method

public AddRtfCtrlWordListener ( IRtfCtrlWordListener listener ) : void
listener IRtfCtrlWordListener
return void

HandleKeyword() public method

public HandleKeyword ( RtfCtrlWordData ctrlWordData, int groupLevel ) : int
ctrlWordData RtfCtrlWordData
groupLevel int
return int

RemoveRtfCtrlWordListener() public method

public RemoveRtfCtrlWordListener ( IRtfCtrlWordListener listener ) : void
listener IRtfCtrlWordListener
return void

RtfCtrlWordMgr() public method

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

Property Details

debug public static property

public static bool debug
return bool

debugFound public static property

public static bool debugFound
return bool

debugNotFound public static property

public static bool debugNotFound
return bool