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

Inheritance: RtfDestination
Datei anzeigen Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method 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

Method Description
AddImage ( ) : bool
WriteBuffer ( ) : void
WriteText ( String value ) : void

Method Details

CloseDestination() public method

public CloseDestination ( ) : bool
return bool

HandleCharacter() public method

public HandleCharacter ( int ch ) : bool
ch int
return bool

HandleCloseGroup() public method

public HandleCloseGroup ( ) : bool
return bool

HandleControlWord() public method

public HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
return bool

HandleOpenGroup() public method

public HandleOpenGroup ( ) : bool
return bool

HandleOpeningSubGroup() public method

public HandleOpeningSubGroup ( ) : bool
return bool

RtfDestinationShppict() public method

public RtfDestinationShppict ( ) : System
return System

RtfDestinationShppict() public method

public RtfDestinationShppict ( RtfParser parser ) : System
parser RtfParser
return System

SetToDefaults() public method

public SetToDefaults ( ) : void
return void