Einhugur OpenDocument Text Plugin for Xojo

Container.Item Method

Returns item at given index. (Paragraphs or tables)

Item(
   index as Integer) as EinhugurODT.DocumentItem

Parameters

index
The index of the item to fetch. (Zero based). (Tables and Paragraphs count in the index)

Returns

EinhugurODT.DocumentItem
The requested item or nil if out of range.

Remarks

If you only want to see paragraphs or only want to see tables and do not care about integrity of the document order of paragraphs relative to tables then you can also use the Paragraphs and Tables functions to access tables or paragraphs directly.

Note that tables are not supported yet.

See Also

Container Class