class

Align

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

Alignment enums: top, left, bottom, right, center, fill

constructors fromStr

Return the Align instance for the specified name

fields top

left

vals

List of Align values indexed by ordinal

bottom

center

right

fill

bottom const static Align : bottom

center const static Align : center

fill const static Align : fill

fromStr static new fromStr(Str name, Bool checked)

Return the Align instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

left const static Align : left

right const static Align : right

top const static Align : top

vals const static Align[] : vals

List of Align values indexed by ordinal

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