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
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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