// Inserts a piece of text into the buffer, giving it the usual// appearance of a hyperlink in a web browser: blue and underlined.// Additionally, attaches some data on the tag, to make it recognizable// as a link.voidInsertLink(TextBuffer buffer,refTextIter iter,stringtext,intpage){T...