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

Inheritance: RtfDestination
Show file 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
RtfDestinationListTable ( ) : System
RtfDestinationListTable ( RtfParser parser ) : System
SetParser ( RtfParser parser ) : void
SetToDefaults ( ) : 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

RtfDestinationListTable() public method

public RtfDestinationListTable ( ) : System
return System

RtfDestinationListTable() public method

public RtfDestinationListTable ( RtfParser parser ) : System
parser iTextSharp.text.rtf.parser.RtfParser
return System

SetParser() public method

public SetParser ( RtfParser parser ) : void
parser iTextSharp.text.rtf.parser.RtfParser
return void

SetToDefaults() public method

public SetToDefaults ( ) : void
return void