Package | Description |
---|---|
org.pegdown.ast |
Modifier and Type | Field and Description |
---|---|
private TableColumnNode.Alignment |
TableColumnNode.alignment |
Modifier and Type | Method and Description |
---|---|
TableColumnNode.Alignment |
TableColumnNode.getAlignment() |
static TableColumnNode.Alignment |
TableColumnNode.Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableColumnNode.Alignment[] |
TableColumnNode.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|