Uses of Enum
org.commonmark.ext.gfm.tables.TableCell.Alignment
Packages that use TableCell.Alignment
-
Uses of TableCell.Alignment in org.commonmark.ext.gfm.tables
Fields in org.commonmark.ext.gfm.tables declared as TableCell.AlignmentMethods in org.commonmark.ext.gfm.tables that return TableCell.AlignmentModifier and TypeMethodDescriptionTableCell.getAlignment()
static TableCell.Alignment
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 -
Uses of TableCell.Alignment in org.commonmark.ext.gfm.tables.internal
Fields in org.commonmark.ext.gfm.tables.internal declared as TableCell.AlignmentModifier and TypeFieldDescriptionprivate final TableCell.Alignment
TableBlockParser.TableCellInfo.alignment
Fields in org.commonmark.ext.gfm.tables.internal with type parameters of type TableCell.AlignmentModifier and TypeFieldDescriptionprivate final List
<TableCell.Alignment> TableMarkdownNodeRenderer.columns
Methods in org.commonmark.ext.gfm.tables.internal that return TableCell.AlignmentModifier and TypeMethodDescriptionprivate static TableCell.Alignment
TableBlockParser.getAlignment
(boolean left, boolean right) TableBlockParser.TableCellInfo.getAlignment()
Methods in org.commonmark.ext.gfm.tables.internal with parameters of type TableCell.AlignmentModifier and TypeMethodDescriptionprivate static String
TableHtmlNodeRenderer.getAlignValue
(TableCell.Alignment alignment) Constructors in org.commonmark.ext.gfm.tables.internal with parameters of type TableCell.Alignment