Fantom

 

const final enum

fandoc::DocNodeId

sys::Obj
  sys::Enum
    fandoc::DocNodeId

@Serializable { simple=true collection=false }

Slots

blockQuoteSource

const static DocNodeId blockQuote

codeSource

const static DocNodeId code

docSource

const static DocNodeId doc

emphasisSource

const static DocNodeId emphasis

fromStrSource

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

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

headingSource

const static DocNodeId heading

imageSource

const static DocNodeId image

const static DocNodeId link

listItemSource

const static DocNodeId listItem

orderedListSource

const static DocNodeId orderedList

paraSource

const static DocNodeId para

preSource

const static DocNodeId pre

strongSource

const static DocNodeId strong

textSource

const static DocNodeId text

unorderedListSource

const static DocNodeId unorderedList

valsSource

const static DocNodeId[] vals := ...

List of DocNodeId values indexed by ordinal