C# Класс 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.
Наследование: Phrase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
name string
reference string

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
ApplyAnchor ( Chunk chunk, bool notGotoOK, bool localDestination ) : bool

Описание методов

Anchor() публичный метод

Constructs an Anchor without specifying a leading.
public Anchor ( ) : System
Результат System

Anchor() публичный метод

Constructs an Anchor with a certain Chunk.
public Anchor ( Chunk chunk ) : System
chunk Chunk a Chunk
Результат System

Anchor() публичный метод

public Anchor ( Phrase phrase ) : System
phrase Phrase
Результат System

Anchor() публичный метод

Constructs an Anchor with a certain leading.
public Anchor ( float leading ) : System
leading float the leading
Результат System

Anchor() публичный метод

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
Результат System

Anchor() публичный метод

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
Результат System

Anchor() публичный метод

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
Результат System

Anchor() публичный метод

Constructs an Anchor with a certain string.
public Anchor ( string str ) : System
str string a string
Результат System

Anchor() публичный метод

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
Результат System

ApplyAnchor() защищенный метод

protected ApplyAnchor ( Chunk chunk, bool notGotoOK, bool localDestination ) : bool
chunk Chunk
notGotoOK bool
localDestination bool
Результат bool

Process() публичный метод

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
Результат bool

Описание свойств

name защищенное свойство

This is the name of the Anchor.
protected string name
Результат string

reference защищенное свойство

This is the reference of the Anchor.
protected string reference
Результат string