Package | Description |
---|---|
com.itextpdf.text |
Modifier and Type | Field | Description |
---|---|---|
protected TabStop.Alignment |
TabStop.alignment |
Modifier and Type | Method | Description |
---|---|---|
TabStop.Alignment |
TabStop.getAlignment() |
|
static TabStop.Alignment |
TabStop.Alignment.valueOf(java.lang.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 | Description |
---|---|---|
void |
TabStop.setAlignment(TabStop.Alignment alignment) |
Constructor | 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 © 1998–2018. All rights reserved.