TDrawingTextParagraph.TextRun Method
Returns a single text run for the paragraph.
Syntax
Unit: FlexCel.Core
function TDrawingTextParagraph.TextRun(const index: Integer): TDrawingTextRun;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Index of the run (0 based) |
Returns
Text run for position index.
See also