| Package | Description |
|---|---|
| com.vladsch.flexmark.ext.gfm.tables |
| Modifier and Type | Method and Description |
|---|---|
TableCell.Alignment |
TableCell.getAlignment() |
static TableCell.Alignment |
TableCell.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableCell.Alignment[] |
TableCell.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableCell.setAlignment(TableCell.Alignment alignment) |
Copyright © 2019. All rights reserved.