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