C# Class iTextSharp.text.rtf.parser.destinations.RtfDestinationNull

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

Méthodes publiques

Méthode Description
CloseDestination ( ) : bool
GetInstance ( ) : RtfDestinationNull
GetName ( ) : String
GetNewTokeniserState ( ) : int
HandleCharacter ( int ch ) : bool
HandleCloseGroup ( ) : bool
HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
HandleOpenGroup ( ) : bool
HandleOpeningSubGroup ( ) : bool
SetToDefaults ( ) : void

Private Methods

Méthode Description
RtfDestinationNull ( ) : System
RtfDestinationNull ( RtfParser parser ) : System

Method Details

CloseDestination() public méthode

public CloseDestination ( ) : bool
Résultat bool

GetInstance() static public méthode

static public GetInstance ( ) : RtfDestinationNull
Résultat RtfDestinationNull

GetName() public static méthode

public static GetName ( ) : String
Résultat String

GetNewTokeniserState() public méthode

public GetNewTokeniserState ( ) : int
Résultat int

HandleCharacter() public méthode

public HandleCharacter ( int ch ) : bool
ch int
Résultat bool

HandleCloseGroup() public méthode

public HandleCloseGroup ( ) : bool
Résultat bool

HandleControlWord() public méthode

public HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
Résultat bool

HandleOpenGroup() public méthode

public HandleOpenGroup ( ) : bool
Résultat bool

HandleOpeningSubGroup() public méthode

public HandleOpeningSubGroup ( ) : bool
Résultat bool

SetToDefaults() public méthode

public SetToDefaults ( ) : void
Résultat void