Initializes a new instance of the RtfPhrase class

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

Collapse imageSyntax

C#
protected internal RtfPhrase(
	RtfDocument doc
)
Visual Basic
Protected Friend Sub New ( _
	doc As RtfDocument _
)
Visual C++
protected public:
RtfPhrase(
	RtfDocument^ doc
)

Collapse imageSee Also