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.AlignmentTableCell. alignmentMethods in org.commonmark.ext.gfm.tables that return TableCell.Alignment Modifier and Type Method Description TableCell.AlignmentTableCell. getAlignment()static TableCell.AlignmentTableCell.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 voidTableCell. 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.AlignmentTableBlockParser.TableCellInfo. alignmentFields 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. columnsMethods in org.commonmark.ext.gfm.tables.internal that return TableCell.Alignment Modifier and Type Method Description private static TableCell.AlignmentTableBlockParser. getAlignment(boolean left, boolean right)TableCell.AlignmentTableBlockParser.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.StringTableHtmlNodeRenderer. 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)
-