A Paragraph is a series of Chunks and/or Phrases.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
Remarks
A Paragraph has the same qualities of a Phrase, but also
some additional layout-parameters:
the indentation
the alignment of the text
Examples

<strong>Paragraph p = new Paragraph("This is a paragraph", FontFactory.GetFont(FontFactory.HELVETICA, 18, Font.BOLDITALIC, new Color(0, 0, 255)));</strong>
Inheritance Hierarchy
System..::..Object
System.Collections..::..ArrayList
iTextSharp.text..::..Phrase
iTextSharp.text..::..Paragraph
iTextSharp.text..::..ListItem
System.Collections..::..ArrayList
iTextSharp.text..::..Phrase
iTextSharp.text..::..Paragraph
iTextSharp.text..::..ListItem