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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
ctrlWord String
ctrlWordData RtfCtrlWordData
ctrlWordPrefix String
ctrlWordSuffix String
ctrlWordType int
defaultParameterValue int
groupPrefix String
passDefaultParameterValue bool
rtfParser RtfParser
rtfVersionSupported float
specialHandler String

Méthodes publiques

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

Méthodes protégées

Méthode Description
AfterControlWord ( ) : bool
BeforeControlWord ( ) : bool
OnControlWord ( ) : bool

Private Methods

Méthode Description
PrintDebug ( String txt ) : void

Method Details

AfterControlWord() protected méthode

protected AfterControlWord ( ) : bool
Résultat bool

BeforeControlWord() protected méthode

protected BeforeControlWord ( ) : bool
Résultat bool

HandleControlword() public méthode

public HandleControlword ( RtfCtrlWordData ctrlWordDataIn ) : bool
ctrlWordDataIn RtfCtrlWordData
Résultat bool

OnControlWord() protected méthode

protected OnControlWord ( ) : bool
Résultat bool

RtfCtrlWordHandler() public méthode

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
Résultat System

Property Details

ctrlWord protected_oe property

protected String ctrlWord
Résultat String

ctrlWordData protected_oe property

protected RtfCtrlWordData,iTextSharp.text.rtf.parser.ctrlwords ctrlWordData
Résultat RtfCtrlWordData

ctrlWordPrefix protected_oe property

protected String ctrlWordPrefix
Résultat String

ctrlWordSuffix protected_oe property

protected String ctrlWordSuffix
Résultat String

ctrlWordType protected_oe property

protected int ctrlWordType
Résultat int

defaultParameterValue protected_oe property

protected int defaultParameterValue
Résultat int

groupPrefix protected_oe property

protected String groupPrefix
Résultat String

passDefaultParameterValue protected_oe property

protected bool passDefaultParameterValue
Résultat bool

rtfParser protected_oe property

protected RtfParser rtfParser
Résultat RtfParser

rtfVersionSupported protected_oe property

protected float rtfVersionSupported
Résultat float

specialHandler protected_oe property

protected String specialHandler
Résultat String