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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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