Package | Description |
---|---|
com.overzealous.remark.util |
This package contains utility classes that assist the main parser in rendering Markdown output.
|
Modifier and Type | Method and Description |
---|---|
static MarkdownTable.Alignment |
MarkdownTable.Alignment.find(int alignment) |
MarkdownTable.Alignment |
MarkdownTableCell.getAlignment()
Gets the text-alignment of this cell
|
static MarkdownTable.Alignment |
MarkdownTable.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkdownTable.Alignment[] |
MarkdownTable.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 |
MarkdownTableCell.setAlignment(MarkdownTable.Alignment alignment)
Sets the text-alignment.
|
Constructor and Description |
---|
MarkdownTableCell(String contents,
MarkdownTable.Alignment alignment)
Creates a new MarkdownTableCell with contents and alignment
|
MarkdownTableCell(String contents,
MarkdownTable.Alignment alignment,
int colspan)
Creates a new MarkdownTableCell with contents and a colspan
|
Copyright © 2017. All rights reserved.