Uses of Class
com.vladsch.flexmark.util.html.CellAlignment
-
Packages that use CellAlignment Package Description com.vladsch.flexmark.util.html -
-
Uses of CellAlignment in com.vladsch.flexmark.util.html
Methods in com.vladsch.flexmark.util.html that return CellAlignment Modifier and Type Method Description static CellAlignmentCellAlignment. getAlignment(String alignment)static CellAlignmentCellAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static CellAlignment[]CellAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.
-