C# Class iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordHandler

Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
ctrlWord String
ctrlWordData RtfCtrlWordData
ctrlWordPrefix String
ctrlWordSuffix String
ctrlWordType int
defaultParameterValue int
groupPrefix String
passDefaultParameterValue bool
rtfParser RtfParser
rtfVersionSupported float
specialHandler String

Public Methods

Method Description
HandleControlword ( RtfCtrlWordData ctrlWordDataIn ) : bool
RtfCtrlWordHandler ( RtfParser rtfParser, String ctrlWord, int defaultParameterValue, bool passDefaultParameterValue, int ctrlWordType, String prefix, String suffix, String specialHandler ) : System

Protected Methods

Method Description
AfterControlWord ( ) : bool
BeforeControlWord ( ) : bool
OnControlWord ( ) : bool

Private Methods

Method Description
PrintDebug ( String txt ) : void

Method Details

AfterControlWord() protected method

protected AfterControlWord ( ) : bool
return bool

BeforeControlWord() protected method

protected BeforeControlWord ( ) : bool
return bool

HandleControlword() public method

public HandleControlword ( RtfCtrlWordData ctrlWordDataIn ) : bool
ctrlWordDataIn RtfCtrlWordData
return bool

OnControlWord() protected method

protected OnControlWord ( ) : bool
return bool

RtfCtrlWordHandler() public method

public RtfCtrlWordHandler ( RtfParser rtfParser, String ctrlWord, int defaultParameterValue, bool passDefaultParameterValue, int ctrlWordType, String prefix, String suffix, String specialHandler ) : System
rtfParser RtfParser
ctrlWord String
defaultParameterValue int
passDefaultParameterValue bool
ctrlWordType int
prefix String
suffix String
specialHandler String
return System

Property Details

ctrlWord protected property

protected String ctrlWord
return String

ctrlWordData protected property

protected RtfCtrlWordData,iTextSharp.text.rtf.parser.ctrlwords ctrlWordData
return RtfCtrlWordData

ctrlWordPrefix protected property

protected String ctrlWordPrefix
return String

ctrlWordSuffix protected property

protected String ctrlWordSuffix
return String

ctrlWordType protected property

protected int ctrlWordType
return int

defaultParameterValue protected property

protected int defaultParameterValue
return int

groupPrefix protected property

protected String groupPrefix
return String

passDefaultParameterValue protected property

protected bool passDefaultParameterValue
return bool

rtfParser protected property

protected RtfParser rtfParser
return RtfParser

rtfVersionSupported protected property

protected float rtfVersionSupported
return float

specialHandler protected property

protected String specialHandler
return String