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

Inheritance: RtfDestination
Mostrar archivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
CloseDestination ( ) : bool
GetInstance ( ) : RtfDestinationNull
GetName ( ) : String
GetNewTokeniserState ( ) : int
HandleCharacter ( int ch ) : bool
HandleCloseGroup ( ) : bool
HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
HandleOpenGroup ( ) : bool
HandleOpeningSubGroup ( ) : bool
SetToDefaults ( ) : void

Private Methods

Method Description
RtfDestinationNull ( ) : System
RtfDestinationNull ( RtfParser parser ) : System

Method Details

CloseDestination() public method

public CloseDestination ( ) : bool
return bool

GetInstance() static public method

static public GetInstance ( ) : RtfDestinationNull
return RtfDestinationNull

GetName() public static method

public static GetName ( ) : String
return String

GetNewTokeniserState() public method

public GetNewTokeniserState ( ) : int
return int

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

SetToDefaults() public method

public SetToDefaults ( ) : void
return void