public void insertText (int index, String text)

Inserts a sequence of characters into the content.

Parameters:
index    The location to insert the text.
text    The text to insert.