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
Subclasses with type arguments of type TableCell.Alignment in org.commonmark.ext.gfm.tablesModifier and TypeClassDescriptionstatic enumHow the cell is aligned horizontally.Methods 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