Uses of Class
com.overzealous.remark.util.MarkdownTable.Alignment
-
Packages that use MarkdownTable.Alignment Package Description com.overzealous.remark.util This package contains utility classes that assist the main parser in rendering Markdown output. -
-
Uses of MarkdownTable.Alignment in com.overzealous.remark.util
Methods in com.overzealous.remark.util that return MarkdownTable.Alignment Modifier and Type Method Description static MarkdownTable.AlignmentMarkdownTable.Alignment. find(int alignment)MarkdownTable.AlignmentMarkdownTableCell. getAlignment()Gets the text-alignment of this cellstatic MarkdownTable.AlignmentMarkdownTable.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.Methods in com.overzealous.remark.util with parameters of type MarkdownTable.Alignment Modifier and Type Method Description voidMarkdownTableCell. setAlignment(MarkdownTable.Alignment alignment)Sets the text-alignment.Constructors in com.overzealous.remark.util with parameters of type MarkdownTable.Alignment Constructor Description MarkdownTableCell(String contents, MarkdownTable.Alignment alignment)Creates a new MarkdownTableCell with contents and alignmentMarkdownTableCell(String contents, MarkdownTable.Alignment alignment, int colspan)Creates a new MarkdownTableCell with contents and a colspan
-