Package | Description |
---|---|
com.itextpdf.text |
Modifier and Type | Field and Description |
---|---|
protected TabStop.Alignment |
TabStop.alignment |
Modifier and Type | Method and Description |
---|---|
TabStop.Alignment |
TabStop.getAlignment() |
static TabStop.Alignment |
TabStop.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabStop.Alignment[] |
TabStop.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TabStop.setAlignment(TabStop.Alignment alignment) |
Constructor and Description |
---|
TabStop(float position,
DrawInterface leader,
TabStop.Alignment alignment) |
TabStop(float position,
DrawInterface leader,
TabStop.Alignment alignment,
char anchorChar) |
TabStop(float position,
TabStop.Alignment alignment) |
TabStop(float position,
TabStop.Alignment alignment,
char anchorChar) |
Copyright © 2014. All rights reserved.