enum class fandoc::LineType
sys::Obj sys::Enum fandoc::LineType
@NoDoc@Js@Serializable { simple=true }
LineType
- blank
-
const static LineType blank := ... - blockquote
-
const static LineType blockquote := ... - eof
-
const static LineType eof := ... - fromStr
-
static new fromStr(Str name, Bool checked := true)Return the LineType instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- h1
-
const static LineType h1 := ... - h2
-
const static LineType h2 := ... - h3
-
const static LineType h3 := ... - h4
-
const static LineType h4 := ... - headingLevel
-
Int headingLevel() - hr
-
const static LineType hr := ... - isHeading
-
Bool isHeading() - normal
-
const static LineType normal := ... - ol
-
const static LineType ol := ... - preEnd
-
const static LineType preEnd := ... - preStart
-
const static LineType preStart := ... - ul
-
const static LineType ul := ... - vals
-
const static LineType[] vals := ...List of LineType values indexed by ordinal