Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.alignment |
Modifier and Type | Method and Description |
---|---|
void |
Cell.setVerticalAlignment(VerticalAlignment alignment) |
Modifier and Type | Method and Description |
---|---|
static VerticalAlignment |
VerticalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignment[] |
VerticalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<VerticalAlignment> |
VerticalAlignment.of(int id)
Constructs
VerticalAlignment instance from passed unique alignment id . |
Modifier and Type | Method and Description |
---|---|
void |
WithVerticalAlignment.setVerticalAlignment(VerticalAlignment alignment)
Sets vertical alignment mode.
|
Copyright © 2018. All rights reserved.