logo

class

fandoc::BlockQuote

sys::Obj
  fandoc::DocNode
    fandoc::DocElem
      fandoc::BlockQuote

BlockQuote models a block of quoted text.

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