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

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

Introduction

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

The text is from its open source code.

Subclass

com.lowagie.text.Anchor has subclasses.
Click this link to see all its subclasses.

Constructor

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

Method

StringgetName()
Returns the name of this Anchor.
StringgetReference()
Gets the reference of this Anchor.
voidsetName(String name)
Sets the name of this Anchor.
voidsetReference(String reference)
Sets the reference of this Anchor.