Initializes a new instance of the RtfPhrase class

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

Syntax

C#
public RtfPhrase(
	RtfDocument doc,
	Phrase phrase
)
Visual Basic
Public Sub New ( _
	doc As RtfDocument, _
	phrase As Phrase _
)
Visual C++
public:
RtfPhrase(
	RtfDocument^ doc, 
	Phrase^ phrase
)

See Also