enum class markdown::Alignment
sys::Obj sys::Enum markdown::Alignment
@Js
@Serializable { simple=true }
- center
-
const static Alignment center := ...
- fromStr
-
static new fromStr(Str name, Bool checked := true)
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