| Package | Description |
|---|---|
| com.google.typography.font.tools.fontinfo |
| Modifier and Type | Method and Description |
|---|---|
static DataDisplayTable.Align |
DataDisplayTable.Align.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataDisplayTable.Align[] |
DataDisplayTable.Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataDisplayTable.Align> |
DataDisplayTable.getDisplayAlignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataDisplayTable.setAlignment(java.util.List<DataDisplayTable.Align> alignment)
Sets display alignment of each table column.
|