logo

class

fandoc::OrderedList

sys::Obj
  fandoc::DocNode
    fandoc::DocElem
      fandoc::OrderedList

OrderedList models a numbered list

Slots

htmlName

override Str htmlName()

Get the HTML element name to use for this element.

Source

id

override DocNodeId id()

Get node id for node type.

Source

isInline

override Bool isInline()

Is this an inline versus a block element.

Source

make

new make(OrderedListStyle style)

Source

style

OrderedListStyle style

Source