class fandoc::Link

sys::Obj
  fandoc::DocNode
    fandoc::DocElem
      fandoc::Link

@Js

Source

Link is a hyperlink.

htmlName

virtual override Str htmlName()

Source

id

virtual override DocNodeId id()

Source

isCode

Bool isCode := false

Source

isInline

virtual override Bool isInline()

Source

isTextUri

Bool isTextUri()

Source

Is the text of the link the same as the URI string

line

Int line

Source

make

new make(Str uri)

Source

setText

Void setText(Str text)

Source

Change the text to display for the link

uri

Str uri

Source