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

ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
lastCtrlWord RtfCtrlWordData
modified bool
rtfParser RtfParser

Public Methods

Method Description
AddListener ( IRtfDestinationListener listener ) : bool
CloseDestination ( ) : bool
GetNewTokeniserState ( ) : int
HandleCharacter ( int ch ) : bool
HandleCloseGroup ( ) : bool
HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
HandleOpenGroup ( ) : bool
HandleOpeningSubGroup ( ) : bool
IsModified ( ) : bool
RemoveListener ( IRtfDestinationListener listener ) : bool
RtfDestination ( ) : System
RtfDestination ( RtfParser parser ) : System
SetParser ( RtfParser parser ) : void
SetToDefaults ( ) : void

Protected Methods

Method Description
AfterCharacter ( int ch ) : int
AfterCtrlWord ( RtfCtrlWordData ctrlWordData ) : RtfCtrlWordData
BeforeCharacter ( int ch ) : int
BeforeCtrlWord ( RtfCtrlWordData ctrlWordData ) : RtfCtrlWordData
OnCharacter ( int ch ) : int
OnCloseGroup ( ) : bool
OnCtrlWord ( RtfCtrlWordData ctrlWordData ) : RtfCtrlWordData
OnOpenGroup ( ) : bool

Method Details

AddListener() public method

public AddListener ( IRtfDestinationListener listener ) : bool
listener IRtfDestinationListener
return bool

AfterCharacter() protected method

protected AfterCharacter ( int ch ) : int
ch int
return int

AfterCtrlWord() protected method

protected AfterCtrlWord ( RtfCtrlWordData ctrlWordData ) : RtfCtrlWordData
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
return iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData

BeforeCharacter() protected method

protected BeforeCharacter ( int ch ) : int
ch int
return int

BeforeCtrlWord() protected method

protected BeforeCtrlWord ( RtfCtrlWordData ctrlWordData ) : RtfCtrlWordData
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
return iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData

CloseDestination() public abstract method

public abstract CloseDestination ( ) : bool
return bool

GetNewTokeniserState() public method

public GetNewTokeniserState ( ) : int
return int

HandleCharacter() public abstract method

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

HandleCloseGroup() public abstract method

public abstract HandleCloseGroup ( ) : bool
return bool

HandleControlWord() public abstract method

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

HandleOpenGroup() public abstract method

public abstract HandleOpenGroup ( ) : bool
return bool

HandleOpeningSubGroup() public abstract method

public abstract HandleOpeningSubGroup ( ) : bool
return bool

IsModified() public method

public IsModified ( ) : bool
return bool

OnCharacter() protected method

protected OnCharacter ( int ch ) : int
ch int
return int

OnCloseGroup() protected method

protected OnCloseGroup ( ) : bool
return bool

OnCtrlWord() protected method

protected OnCtrlWord ( RtfCtrlWordData ctrlWordData ) : RtfCtrlWordData
ctrlWordData RtfCtrlWordData
return RtfCtrlWordData

OnOpenGroup() protected method

protected OnOpenGroup ( ) : bool
return bool

RemoveListener() public method

public RemoveListener ( IRtfDestinationListener listener ) : bool
listener IRtfDestinationListener
return bool

RtfDestination() public method

public RtfDestination ( ) : System
return System

RtfDestination() public method

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

SetParser() public method

public SetParser ( RtfParser parser ) : void
parser RtfParser
return void

SetToDefaults() public abstract method

public abstract SetToDefaults ( ) : void
return void

Property Details

lastCtrlWord protected_oe property

protected RtfCtrlWordData lastCtrlWord
return RtfCtrlWordData

modified protected_oe property

protected bool modified
return bool

rtfParser protected_oe property

protected RtfParser rtfParser
return RtfParser