Einhugur OpenDocument Text Plugin for Xojo

Run.Item Method

Returns Item at given index from under the Run.

Item(
   index as Integer) as EinhugurODT.ParagraphItem

Parameters

index
Index of the Item to get (zero based).

Returns

EinhugurODT.ParagraphItem
The requested Item or nil if the request was out of bounds.

Remarks

Runs can be nested and have other runs and items under them.

See Also

Run Class