Alignment
@Js
@Serializable { simple=true }
const class Alignment : Enum
Return the Alignment instance for the specified name
List of Alignment values indexed by ordinal
const static Alignment : center
static new fromStr(Str name, Bool checked)
Return the Alignment instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static Alignment : left
const static Alignment : right
const static Alignment : unspecified
const static Alignment[] : vals
List of Alignment values indexed by ordinal