C# Class iTextSharp.text.Paragraph

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
Inheritance: Phrase, IIndentable, ISpaceable, IAccessibleElement
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
alignment int
indentationLeft float
indentationRight float
keeptogether bool
multipliedLeading float
spacingAfter float
spacingBefore float

Méthodes publiques

Méthode Description
Add ( IElement o ) : bool

Adds an Object to the Paragraph.

Paragraph ( ) : System

Constructs a Paragraph.

Paragraph ( Chunk chunk ) : System

Constructs a Paragraph with a certain Chunk.

Paragraph ( Phrase phrase ) : System

Constructs a Paragraph with a certain Phrase.

Paragraph ( float leading ) : System

Constructs a Paragraph with a certain leading.

Paragraph ( float leading, Chunk chunk ) : System

Constructs a Paragraph with a certain Chunk and a certain leading.

Paragraph ( float leading, string str ) : System

Constructs a Paragraph with a certain string and a certain leading.

Paragraph ( float leading, string str, Font font ) : System

Constructs a Paragraph with a certain leading, string and Font.

Paragraph ( string str ) : System

Constructs a Paragraph with a certain string.

Paragraph ( string str, Font font ) : System

Constructs a Paragraph with a certain string and a certain Font.

SetLeading ( float fixedLeading, float multipliedLeading ) : void
breakUp ( ) : IList
cloneShallow ( bool spacingBefore ) : Paragraph

Method Details

Add() public méthode

Adds an Object to the Paragraph.
public Add ( IElement o ) : bool
o IElement the object to add
Résultat bool

Paragraph() public méthode

Constructs a Paragraph.
public Paragraph ( ) : System
Résultat System

Paragraph() public méthode

Constructs a Paragraph with a certain Chunk.
public Paragraph ( Chunk chunk ) : System
chunk Chunk a Chunk
Résultat System

Paragraph() public méthode

Constructs a Paragraph with a certain Phrase.
public Paragraph ( Phrase phrase ) : System
phrase Phrase a Phrase
Résultat System

Paragraph() public méthode

Constructs a Paragraph with a certain leading.
public Paragraph ( float leading ) : System
leading float the leading
Résultat System

Paragraph() public méthode

Constructs a Paragraph with a certain Chunk and a certain leading.
public Paragraph ( float leading, Chunk chunk ) : System
leading float the leading
chunk Chunk a Chunk
Résultat System

Paragraph() public méthode

Constructs a Paragraph with a certain string and a certain leading.
public Paragraph ( float leading, string str ) : System
leading float the leading
str string a string
Résultat System

Paragraph() public méthode

Constructs a Paragraph with a certain leading, string and Font.
public Paragraph ( float leading, string str, Font font ) : System
leading float the leading
str string a string
font Font a Font
Résultat System

Paragraph() public méthode

Constructs a Paragraph with a certain string.
public Paragraph ( string str ) : System
str string a string
Résultat System

Paragraph() public méthode

Constructs a Paragraph with a certain string and a certain Font.
public Paragraph ( string str, Font font ) : System
str string a string
font Font a Font
Résultat System

SetLeading() public méthode

public SetLeading ( float fixedLeading, float multipliedLeading ) : void
fixedLeading float
multipliedLeading float
Résultat void

breakUp() public méthode

public breakUp ( ) : IList
Résultat IList

cloneShallow() public méthode

public cloneShallow ( bool spacingBefore ) : Paragraph
spacingBefore bool
Résultat Paragraph

Property Details

alignment protected_oe property

The alignment of the text.
protected int alignment
Résultat int

indentationLeft protected_oe property

The indentation of this paragraph on the left side.
protected float indentationLeft
Résultat float

indentationRight protected_oe property

The indentation of this paragraph on the right side.
protected float indentationRight
Résultat float

keeptogether protected_oe property

Does the paragraph has to be kept together on 1 page.
protected bool keeptogether
Résultat bool

multipliedLeading protected_oe property

protected float multipliedLeading
Résultat float

spacingAfter protected_oe property

protected float spacingAfter
Résultat float

spacingBefore protected_oe property

protected float spacingBefore
Résultat float