Description
Creates and returns a CharacterRun at the end of this Element. The text to be inserted is specified as well as the font that should override the font found in the style of the character run's enclosing paragraph.
C#
vb.net
Parameters
text
AString
representing the text to insert.
props
A Font object representing the formatting that should override the font found in the style of the character run's enclosing paragraph.Returns
TheCharacterRun
containing the inserted text.
Examples
C#
vb.net