Constructs a Paragraph with a certain Phrase.

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

Syntax

C#
public Paragraph(
	Phrase phrase
)
Visual Basic
Public Sub New ( _
	phrase As Phrase _
)
Visual C++
public:
Paragraph(
	Phrase^ phrase
)

Parameters

phrase
Type: iTextSharp.text..::..Phrase
a Phrase

See Also