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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Свойство Type Description
debug bool
debugFound bool
debugNotFound bool

Méthodes publiques

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

Private Methods

Méthode Description
AfterCtrlWord ( RtfCtrlWordData ctrlWordData ) : bool
BeforeCtrlWord ( RtfCtrlWordData ctrlWordData ) : bool
DispatchKeyword ( RtfCtrlWordData ctrlWordData, int groupLevel ) : int
OnCtrlWord ( RtfCtrlWordData ctrlWordData ) : bool

Method Details

AddRtfCtrlWordListener() public méthode

public AddRtfCtrlWordListener ( IRtfCtrlWordListener listener ) : void
listener IRtfCtrlWordListener
Résultat void

HandleKeyword() public méthode

public HandleKeyword ( RtfCtrlWordData ctrlWordData, int groupLevel ) : int
ctrlWordData RtfCtrlWordData
groupLevel int
Résultat int

RemoveRtfCtrlWordListener() public méthode

public RemoveRtfCtrlWordListener ( IRtfCtrlWordListener listener ) : void
listener IRtfCtrlWordListener
Résultat void

RtfCtrlWordMgr() public méthode

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

Property Details

debug public_oe static_oe property

public static bool debug
Résultat bool

debugFound public_oe static_oe property

public static bool debugFound
Résultat bool

debugNotFound public_oe static_oe property

public static bool debugNotFound
Résultat bool