Property | Type | Description | |
---|---|---|---|
ctrlWord | String | ||
ctrlWordData | |||
ctrlWordPrefix | String | ||
ctrlWordSuffix | String | ||
ctrlWordType | int | ||
defaultParameterValue | int | ||
groupPrefix | String | ||
passDefaultParameterValue | bool | ||
rtfParser | RtfParser | ||
rtfVersionSupported | float | ||
specialHandler | String |
Method | Description | |
---|---|---|
HandleControlword ( |
||
RtfCtrlWordHandler ( RtfParser rtfParser, String ctrlWord, int defaultParameterValue, bool passDefaultParameterValue, int ctrlWordType, String prefix, String suffix, String specialHandler ) : System |
Method | Description | |
---|---|---|
AfterControlWord ( ) : bool | ||
BeforeControlWord ( ) : bool | ||
OnControlWord ( ) : bool |
Method | Description | |
---|---|---|
PrintDebug ( String txt ) : void |
public HandleControlword ( |
||
ctrlWordDataIn | ||
return | bool |
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 |
protected RtfCtrlWordData,iTextSharp.text.rtf.parser.ctrlwords ctrlWordData | ||
return |
protected bool passDefaultParameterValue | ||
return | bool |