Description
Creates and returns a CharacterRun at the point represented by this Position. The text to be inserted is specified as well as whether this should be a new character run or part of the previous one.
C#
vb.net
Parameters
text
AString
representing the text to insert.
newRun
Aboolean
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.
Returns
TheCharacterRun
containing the inserted text.
Examples
C#
vb.net