logo

class

fandoc::DocText

sys::Obj
  fandoc::DocNode
    fandoc::DocText

DocText segment.

See docLib::Fandoc for usage.

Slots

id

override DocNodeId id()

Get node id for node type.

Source

make

new make(Str str)

Source

str

Str str

Source

toStr

override Str toStr()

Return a string representation of this object.

Source

write

override Void write(DocWriter out)

Write this node to the specified DocWriter.

Source