| Package | Description |
|---|---|
| org.vandeseer.easytable.settings | |
| org.vandeseer.easytable.structure | |
| org.vandeseer.easytable.structure.cell |
| 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 |
|---|---|
Table.TableBuilder |
Table.TableBuilder.verticalAlignment(VerticalAlignment alignment) |
Row.RowBuilder |
Row.RowBuilder.verticalAlignment(VerticalAlignment alignment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractCell.isVerticallyAligned(VerticalAlignment alignment) |
B |
AbstractCell.AbstractCellBuilder.verticalAlignment(VerticalAlignment alignment) |
Copyright © 2021. All rights reserved.