A Paragraph is a series of Chunks and/or Phrases.

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

Syntax

C#
public class Paragraph : Phrase
Visual Basic
Public Class Paragraph _
	Inherits Phrase
Visual C++
public ref class Paragraph : public Phrase

Remarks

A Paragraph has the same qualities of a Phrase, but also some additional layout-parameters: the indentation the alignment of the text

Examples

CopyC#
<strong>Paragraph p = new Paragraph("This is a paragraph",
                           FontFactory.GetFont(FontFactory.HELVETICA, 18, Font.BOLDITALIC, new Color(0, 0, 255)));</strong>

Inheritance Hierarchy

See Also