Page tree
Skip to end of metadata
Go to start of metadata

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
A String 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

The CharacterRun containing the inserted text.

Examples

C#
vb.net
  • No labels