enum class fandoc::LineType

sys::Obj
  sys::Enum
    fandoc::LineType

@NoDoc
@Js
@Serializable { simple=true }

Source

LineType

blank

const static LineType blank := ...

Source

blockquote

const static LineType blockquote := ...

Source

eof

const static LineType eof := ...

Source

fromStr

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

Source

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

Source

h2

const static LineType h2 := ...

Source

h3

const static LineType h3 := ...

Source

h4

const static LineType h4 := ...

Source

headingLevel

Int headingLevel()

Source

hr

const static LineType hr := ...

Source

isHeading

Bool isHeading()

Source

normal

const static LineType normal := ...

Source

ol

const static LineType ol := ...

Source

preEnd

const static LineType preEnd := ...

Source

preStart

const static LineType preStart := ...

Source

ul

const static LineType ul := ...

Source

vals

const static LineType[] vals := ...

Source

List of LineType values indexed by ordinal