Einhugur OpenDocument Text Plugin for Xojo

Container.Paragraph Method

Gets paragraph at given index.

Paragraph(
   index as Integer) as EinhugurODT.Paragraph

Parameters

index
Index of the paragraph to fetch. (Zero based). This index is relative to paragraphs only.

Returns

EinhugurODT.Paragraph
Paragraph at given index or nil if out of range.

Remarks

If you care about keeping order between tables and paragraphs and tables correct then check the Item function.

See Also

Container Class