Table of Contents

TDrawingTextParagraph.Runs Property

Returns all the text runs for this paragraph. This creates a copy of the array of runs, so if possible use TextRun instead to avoid memory allocations.

Syntax

Namespace: FlexCel.Core

public TDrawingTextRun[] Runs { get; }

See also