C# Class iTextSharp.text.Anchor

An Anchor can be a reference or a destination of a reference.
An Anchor is a special kind of T:iTextSharp.text.Phrase. It is constructed in the same way.
Inheritance: Phrase
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
name string
reference string

Méthodes publiques

Méthode Description
Anchor ( ) : System

Constructs an Anchor without specifying a leading.

Anchor ( Chunk chunk ) : System

Constructs an Anchor with a certain Chunk.

Anchor ( Phrase phrase ) : System
Anchor ( float leading ) : System

Constructs an Anchor with a certain leading.

Anchor ( float leading, Chunk chunk ) : System

Constructs an Anchor with a certain Chunk and a certain leading.

Anchor ( float leading, string str ) : System

Constructs an Anchor with a certain leading and a certain string.

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

Constructs an Anchor with a certain leading, a certain string and a certain Font.

Anchor ( string str ) : System

Constructs an Anchor with a certain string.

Anchor ( string str, Font font ) : System

Constructs an Anchor with a certain string and a certain Font.

Process ( IElementListener listener ) : bool

Processes the element by adding it (or the different parts) to an T:iTextSharp.text.IElementListener

Méthodes protégées

Méthode Description
ApplyAnchor ( Chunk chunk, bool notGotoOK, bool localDestination ) : bool

Method Details

Anchor() public méthode

Constructs an Anchor without specifying a leading.
public Anchor ( ) : System
Résultat System

Anchor() public méthode

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

Anchor() public méthode

public Anchor ( Phrase phrase ) : System
phrase Phrase
Résultat System

Anchor() public méthode

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

Anchor() public méthode

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

Anchor() public méthode

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

Anchor() public méthode

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

Anchor() public méthode

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

Anchor() public méthode

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

ApplyAnchor() protected méthode

protected ApplyAnchor ( Chunk chunk, bool notGotoOK, bool localDestination ) : bool
chunk Chunk
notGotoOK bool
localDestination bool
Résultat bool

Process() public méthode

Processes the element by adding it (or the different parts) to an T:iTextSharp.text.IElementListener
public Process ( IElementListener listener ) : bool
listener IElementListener an IElementListener
Résultat bool

Property Details

name protected_oe property

This is the name of the Anchor.
protected string name
Résultat string

reference protected_oe property

This is the reference of the Anchor.
protected string reference
Résultat string