Run Text Property GemBox.Document Help
Gets or sets the text of this Run instance.

Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax

public string Text { get; set; }

Field Value

The text of this Run instance.
Remarks

Text should not contain characters '\n', '\r' and '\t', if it does, InvalidOperationException will be thrown. To add new line breaks and tabs, use SpecialCharacter element.
See Also