Uses of Class
org.commonmark.ext.gfm.tables.TableCell.Alignment
-
-
Uses of TableCell.Alignment in org.commonmark.ext.gfm.tables
Methods in org.commonmark.ext.gfm.tables that return TableCell.Alignment Modifier and Type Method Description TableCell.AlignmentTableCell. getAlignment()static TableCell.AlignmentTableCell.Alignment. valueOf(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)
-