enum class markdown::Alignment

sys::Obj
  sys::Enum
    markdown::Alignment

@Js
@Serializable { simple=true }

Source

center

const static Alignment center := ...

Source

fromStr

static new fromStr(Str name, Bool checked := true)

Source

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 := ...

Source

const static Alignment right := ...

Source

unspecified

const static Alignment unspecified := ...

Source

vals

const static Alignment[] vals := ...

Source

List of Alignment values indexed by ordinal