Example usage for Java com.lowagie.text Anchor fields, constructors, methods, implement or subclass
The text is from its open source code.
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 . |
String | getName() Returns the name of this Anchor . |
String | getReference() Gets the reference of this Anchor . |
void | setName(String name) Sets the name of this Anchor . |
void | setReference(String reference) Sets the reference of this Anchor . |