Run ClassGemBox.Document Help
Represents a region of text with a common set of properties.
Inheritance Hierarchy

System Object
  GemBox.Document Element
    GemBox.Document Inline
      GemBox.Document Run

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

public sealed class Run : Inline
Remarks

Run is an Inline element used to insert textual content to a document.

Run.Text property holds a text contained in the Run instance.

Run can be formatted directly using the Run.CharacterFormat property or, indirectly, using a CharacterStyle class. For more information, see character formatting sample.

See Also