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

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

Méthodes publiques

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

Private Methods

Méthode Description
AddParagraphToDocument ( ) : void
WriteBuffer ( ) : void
WriteText ( String value ) : void

Method Details

AfterPropertyChange() public méthode

public AfterPropertyChange ( String propertyName ) : void
propertyName String
Résultat void

BeforePropertyChange() public méthode

public BeforePropertyChange ( String propertyName ) : void
propertyName String
Résultat void

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

RtfDestinationDocument() public méthode

public RtfDestinationDocument ( ) : System
Résultat System

RtfDestinationDocument() public méthode

public RtfDestinationDocument ( RtfParser parser ) : System
parser RtfParser
Résultat System

SetParser() public méthode

public SetParser ( RtfParser parser ) : void
parser RtfParser
Résultat void

SetToDefaults() public méthode

public SetToDefaults ( ) : void
Résultat void