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

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

Méthodes publiques

Méthode Description
CloseDestination ( ) : bool
HandleCharacter ( int ch ) : bool
HandleCloseGroup ( ) : bool
HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
HandleOpenGroup ( ) : bool
HandleOpeningSubGroup ( ) : bool
RtfDestinationListTable ( ) : System
RtfDestinationListTable ( RtfParser parser ) : System
SetParser ( RtfParser parser ) : void
SetToDefaults ( ) : void

Method Details

CloseDestination() public méthode

public CloseDestination ( ) : bool
Résultat bool

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

RtfDestinationListTable() public méthode

public RtfDestinationListTable ( ) : System
Résultat System

RtfDestinationListTable() public méthode

public RtfDestinationListTable ( RtfParser parser ) : System
parser iTextSharp.text.rtf.parser.RtfParser
Résultat System

SetParser() public méthode

public SetParser ( RtfParser parser ) : void
parser iTextSharp.text.rtf.parser.RtfParser
Résultat void

SetToDefaults() public méthode

public SetToDefaults ( ) : void
Résultat void