class

Alignment

@Js
@Serializable { simple=true }
const class Alignment : Enum

constructors fromStr

Return the Alignment instance for the specified name

fields left

unspecified

vals

List of Alignment values indexed by ordinal

center

right

center const static Alignment : center

fromStr 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.

left const static Alignment : left

right const static Alignment : right

unspecified const static Alignment : unspecified

vals const static Alignment[] : vals

List of Alignment values indexed by ordinal

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST