Uses of Class
com.vladsch.flexmark.ext.tables.TableCell.Alignment
-
-
Uses of TableCell.Alignment in com.vladsch.flexmark.ext.tables
Methods in com.vladsch.flexmark.ext.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 com.vladsch.flexmark.ext.tables with parameters of type TableCell.Alignment Modifier and Type Method Description voidTableCell. setAlignment(TableCell.Alignment alignment)
-