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.AlignmentReturns 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.AlignmentTableBlockParser.TableCellInfo.alignmentFields in org.commonmark.ext.gfm.tables.internal with type parameters of type TableCell.AlignmentModifier and TypeFieldDescriptionprivate final List<TableCell.Alignment> TableMarkdownNodeRenderer.columnsMethods in org.commonmark.ext.gfm.tables.internal that return TableCell.AlignmentModifier and TypeMethodDescriptionprivate static TableCell.AlignmentTableBlockParser.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 StringTableHtmlNodeRenderer.getAlignValue(TableCell.Alignment alignment) Constructors in org.commonmark.ext.gfm.tables.internal with parameters of type TableCell.Alignment