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