Initializes a new instance of the RtfCtrlWordHandler class

Namespace: iTextSharp.text.rtf.parser.ctrlwords
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public RtfCtrlWordHandler(
	RtfParser rtfParser,
	string ctrlWord,
	int defaultParameterValue,
	bool passDefaultParameterValue,
	int ctrlWordType,
	string prefix,
	string suffix,
	string specialHandler
)
Visual Basic
Public Sub New ( _
	rtfParser As RtfParser, _
	ctrlWord As String, _
	defaultParameterValue As Integer, _
	passDefaultParameterValue As Boolean, _
	ctrlWordType As Integer, _
	prefix As String, _
	suffix As String, _
	specialHandler As String _
)
Visual C++
public:
RtfCtrlWordHandler(
	RtfParser^ rtfParser, 
	String^ ctrlWord, 
	int defaultParameterValue, 
	bool passDefaultParameterValue, 
	int ctrlWordType, 
	String^ prefix, 
	String^ suffix, 
	String^ specialHandler
)

Parameters

rtfParser
Type: iTextSharp.text.rtf.parser..::..RtfParser
ctrlWord
Type: System..::..String
defaultParameterValue
Type: System..::..Int32
passDefaultParameterValue
Type: System..::..Boolean
ctrlWordType
Type: System..::..Int32
prefix
Type: System..::..String
suffix
Type: System..::..String
specialHandler
Type: System..::..String

See Also