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

Syntax

C#
protected RtfCtrlWordData OnCtrlWord(
	RtfCtrlWordData ctrlWordData
)
Visual Basic
Protected Function OnCtrlWord ( _
	ctrlWordData As RtfCtrlWordData _
) As RtfCtrlWordData
Visual C++
protected:
RtfCtrlWordData^ OnCtrlWord(
	RtfCtrlWordData^ ctrlWordData
)

See Also