Table of Contents

TDrawingRichString.ReplaceParagraph Method

Returns a new rich string with one paragraph of the original rich string replaced.

Syntax

Unit: FlexCel.Core

function TDrawingRichString.ReplaceParagraph(const paragraphIndex: Integer; const drawingTextParagraph: TDrawingTextParagraph): TDrawingRichString;

Parameters

<-> Parameter Type Description
const paragraphIndex Integer Paragraph to replace (0 based)
const drawingTextParagraph TDrawingText​Paragraph New paragraph.

See also