Java com.itextpdf.text Anchor fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text Anchor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text Anchor.

The text is from its open source code.

Constructor

Anchor(final String string, final Font font)
Constructs an Anchor with a certain String and a certain Font.
Anchor(final float leading, final Chunk chunk)
Constructs an Anchor with a certain Chunk and a certain leading.
Anchor(final float leading, final String string)
Constructs an Anchor with a certain leading and a certain String.
Anchor(final float leading)
Constructs an Anchor with a certain leading.
Anchor(final Chunk chunk)
Constructs an Anchor with a certain Chunk.
Anchor(final String string)
Constructs an Anchor with a certain String.
Anchor(final Phrase phrase)
Constructs an Anchor with a certain Phrase.
Anchor()
Constructs an Anchor without specifying a leading.

Method

voidsetName(final String name)
Sets the name of this Anchor.
voidsetReference(final String reference)
Sets the reference of this Anchor.