Uses of Class
org.commonmark.ext.gfm.tables.TableCell.Alignment
-
Packages that use TableCell.Alignment Package Description org.commonmark.ext.gfm.tables org.commonmark.ext.gfm.tables.internal -
-
Uses of TableCell.Alignment in org.commonmark.ext.gfm.tables
Fields in org.commonmark.ext.gfm.tables declared as TableCell.Alignment Modifier and Type Field Description private TableCell.Alignment
TableCell. alignment
Methods in org.commonmark.ext.gfm.tables that return TableCell.Alignment Modifier and Type Method Description TableCell.Alignment
TableCell. getAlignment()
static TableCell.Alignment
TableCell.Alignment. valueOf(java.lang.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.Methods in org.commonmark.ext.gfm.tables with parameters of type TableCell.Alignment Modifier and Type Method Description void
TableCell. setAlignment(TableCell.Alignment alignment)
-
Uses of TableCell.Alignment in org.commonmark.ext.gfm.tables.internal
Fields in org.commonmark.ext.gfm.tables.internal declared as TableCell.Alignment Modifier and Type Field Description private TableCell.Alignment
TableBlockParser.TableCellInfo. alignment
Fields in org.commonmark.ext.gfm.tables.internal with type parameters of type TableCell.Alignment Modifier and Type Field Description private java.util.List<TableCell.Alignment>
TableMarkdownNodeRenderer. columns
Methods in org.commonmark.ext.gfm.tables.internal that return TableCell.Alignment Modifier and Type Method Description private static TableCell.Alignment
TableBlockParser. getAlignment(boolean left, boolean right)
TableCell.Alignment
TableBlockParser.TableCellInfo. getAlignment()
Methods in org.commonmark.ext.gfm.tables.internal with parameters of type TableCell.Alignment Modifier and Type Method Description private static java.lang.String
TableHtmlNodeRenderer. getAlignValue(TableCell.Alignment alignment)
Constructors in org.commonmark.ext.gfm.tables.internal with parameters of type TableCell.Alignment Constructor Description TableCellInfo(TableCell.Alignment alignment, int width)
-