Uses of Enum Class
com.vladsch.flexmark.util.format.TextAlignment
Packages that use TextAlignment
-
Uses of TextAlignment in com.vladsch.flexmark.util.format
Subclasses with type arguments of type TextAlignment in com.vladsch.flexmark.util.formatMethods in com.vladsch.flexmark.util.format that return TextAlignmentModifier and TypeMethodDescriptionstatic TextAlignmentTextAlignment.getAlignment(String alignment) static TextAlignmentReturns the enum constant of this class with the specified name.static TextAlignment[]TextAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.