Public Function InsertText(ByVal text As String, ByVal newRun As Boolean) As CharacterRun
{signature}
{parameters}
{param:text}A {{String}} representing the text to insert.{param}
{param:newRun}A {{boolean}} representing if this should have default formatting and become its own character run \(true\) or if it should assume the formatting of the first character in this element, becoming a part of that first character run.{param}
{returns}The {{CharacterRun}} containing the inserted text.{returns}
{example}{code:csharp|title=C#} |