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

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
RtfDestinationShppict ( ) : System
RtfDestinationShppict ( RtfParser parser ) : System
SetToDefaults ( ) : void

Private Methods

Méthode Description
AddImage ( ) : bool
WriteBuffer ( ) : void
WriteText ( String value ) : 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

RtfDestinationShppict() public méthode

public RtfDestinationShppict ( ) : System
Résultat System

RtfDestinationShppict() public méthode

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

SetToDefaults() public méthode

public SetToDefaults ( ) : void
Résultat void