Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.alignment |
Modifier and Type | Method and Description |
---|---|
void |
Table.setHorizontalAlignment(HorizontalAlignment alignment) |
void |
Row.setHorizontalAlignment(HorizontalAlignment alignment) |
void |
Cell.setHorizontalAlignment(HorizontalAlignment alignment) |
Modifier and Type | Method and Description |
---|---|
static HorizontalAlignment |
HorizontalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalAlignment[] |
HorizontalAlignment.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<HorizontalAlignment> |
HorizontalAlignment.of(int id)
Constructs
HorizontalAlignment instance from passed unique alignment id . |
Modifier and Type | Method and Description |
---|---|
void |
WithHorizontalAlignment.setHorizontalAlignment(HorizontalAlignment alignment)
Sets horizontal alignment mode.
|
Copyright © 2018. All rights reserved.