Uses of Enum Class
dev.jcputney.mjml.Direction
Packages that use Direction
-
Uses of Direction in dev.jcputney.mjml
Subclasses with type arguments of type Direction in dev.jcputney.mjmlMethods in dev.jcputney.mjml that return DirectionModifier and TypeMethodDescriptionMjmlConfiguration.getDirection()Returns the text direction for the HTML document.static DirectionParses a direction string (case-insensitive).static DirectionReturns the enum constant of this class with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.jcputney.mjml with parameters of type Direction