| 
|   | Paragraph () | 
|   | Constructs a Paragraph.  More...
  | 
|   | 
|   | Paragraph (float leading) | 
|   | Constructs a Paragraph with a certain leading.  More...
  | 
|   | 
|   | Paragraph (Chunk chunk) | 
|   | Constructs a Paragraph with a certain Chunk.  More...
  | 
|   | 
|   | Paragraph (float leading, Chunk chunk) | 
|   | Constructs a Paragraph with a certain Chunk and a certain leading.  More...
  | 
|   | 
|   | Paragraph (string str) | 
|   | Constructs a Paragraph with a certain string.  More...
  | 
|   | 
|   | Paragraph (string str, Font font) | 
|   | Constructs a Paragraph with a certain string and a certain Font.  More...
  | 
|   | 
|   | Paragraph (float leading, string str) | 
|   | Constructs a Paragraph with a certain string and a certain leading.  More...
  | 
|   | 
|   | Paragraph (float leading, string str, Font font) | 
|   | Constructs a Paragraph with a certain leading, string and Font.  More...
  | 
|   | 
|   | Paragraph (Phrase phrase) | 
|   | Constructs a Paragraph with a certain Phrase.  More...
  | 
|   | 
| override bool  | Add (Object o) | 
|   | Adds an Object to the Paragraph.  More...
  | 
|   | 
| void  | SetAlignment (string alignment) | 
|   | Sets the alignment of this paragraph.  More...
  | 
|   | 
| void  | SetLeading (float fixedLeading, float multipliedLeading) | 
|   | 
|   | Phrase () | 
|   | Constructs a Phrase without specifying a leading.  More...
  | 
|   | 
|   | Phrase (Phrase phrase) | 
|   | 
|   | Phrase (float leading) | 
|   | Constructs a Phrase with a certain leading.  More...
  | 
|   | 
|   | Phrase (Chunk chunk) | 
|   | Constructs a Phrase with a certain Chunk.  More...
  | 
|   | 
|   | Phrase (float leading, Chunk chunk) | 
|   | Constructs a Phrase with a certain Chunk and a certain leading.  More...
  | 
|   | 
|   | Phrase (string str) | 
|   | Constructs a Phrase with a certain string.  More...
  | 
|   | 
|   | Phrase (string str, Font font) | 
|   | Constructs a Phrase with a certain string and a certain Font.  More...
  | 
|   | 
|   | Phrase (float leading, string str) | 
|   | Constructs a Phrase with a certain leading and a certain string.  More...
  | 
|   | 
|   | Phrase (float leading, string str, Font font) | 
|   | 
| virtual bool  | Process (IElementListener listener) | 
|   | Processes the element by adding it (or the different parts) to an iTextSharp.text.IElementListener.  More...
  | 
|   | 
| bool  | IsContent () | 
|   | 
| bool  | IsNestable () | 
|   | 
| virtual void  | Add (int index, Object o) | 
|   | Adds a Chunk, an Anchor or another Phrase to this Phrase.  More...
  | 
|   | 
| bool  | AddAll (ICollection collection) | 
|   | Adds a collection of Chunks to this Phrase.  More...
  | 
|   | 
| void  | AddSpecial (Object obj) | 
|   | Adds a Object to the Paragraph.  More...
  | 
|   | 
| bool  | IsEmpty () | 
|   | Checks is this Phrase contains no or 1 empty Chunk.  More...
  | 
|   | 
| bool  | HasLeading () | 
|   | 
| override string  | ToString () | 
|   | Gets the content of the text element.  More...
  | 
|   | 
 | 
| override int  | Type [get] | 
|   | Gets the type of the text element.  More...
  | 
|   | 
| override float  | Leading [set] | 
|   | 
| float  | MultipliedLeading [get, set] | 
|   | 
| int  | Alignment [get, set] | 
|   | Get/set the alignment of this paragraph.  More...
  | 
|   | 
| float  | IndentationLeft [get, set] | 
|   | Get/set the indentation of this paragraph on the left side.  More...
  | 
|   | 
| float  | IndentationRight [get, set] | 
|   | Get/set the indentation of this paragraph on the right side.  More...
  | 
|   | 
| float  | SpacingBefore [get, set] | 
|   | 
| float  | SpacingAfter [get, set] | 
|   | 
| bool  | KeepTogether [get, set] | 
|   | Set/get if this paragraph has to be kept together on one page.  More...
  | 
|   | 
| float?  | TotalLeading [get] | 
|   | 
| float  | FirstLineIndent [get, set] | 
|   | 
| float  | ExtraParagraphSpace [get, set] | 
|   | 
| virtual int  | Type [get] | 
|   | Gets the type of the text element.  More...
  | 
|   | 
| virtual ArrayList  | Chunks [get] | 
|   | Gets all the chunks in this element.  More...
  | 
|   | 
| virtual float  | Leading [get, set] | 
|   | Gets/sets the leading of this phrase.  More...
  | 
|   | 
| Font  | Font [get, set] | 
|   | Gets the font of the first Chunk that appears in this Phrase.  More...
  | 
|   | 
| String  | Content [get] | 
|   | 
| IHyphenationEvent  | Hyphenation [get, set] | 
|   | 
| int  | Type [get] | 
|   | Gets the type of the text element.  More...
  | 
|   | 
| ArrayList  | Chunks [get] | 
|   | Gets all the chunks in this element.  More...
  | 
|   | 
A Paragraph is a series of Chunks and/or Phrases. 
A Paragraph has the same qualities of a Phrase, but also some additional layout-parameters: 
- 
the indentation the alignment of the text 
 
               FontFactory.GetFont(FontFactory.HELVETICA, 18, 
Font.
BOLDITALIC, 
new Color(0, 0, 255)));</strong>
 
const int BOLDITALIC
this is a possible style.
Definition: Font.cs:104
 
Paragraph()
Constructs a Paragraph.
Definition: Paragraph.cs:118
 
Font Font
Gets the font of the first Chunk that appears in this Phrase.
Definition: Phrase.cs:395
 
p
Definition: glyphlist.txt:2969
 
  - See also
 - T:iTextSharp.text.Element, T:iTextSharp.text.Phrase, T:iTextSharp.text.ListItem