TDrawingRichString.Paragraph Method
A paragraph of the text.
Syntax
Unit: FlexCel.Core
function TDrawingRichString.Paragraph(const index: Integer): TDrawingTextParagraph;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Index on the list. 0 based. |
Returns
The paragraph.
See also