Einhugur OpenDocument Text Plugin for Xojo

Run.Items Method

Returns ParagraphItemIterator for the items in the Run. This function is for using with for each statements.

Items() as EinhugurODT.ParagraphItemIterator

Parameters

Returns

EinhugurODT.ParagraphItemIterator

Remarks

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

Usage:


for each it as ParagraphItem in r.Items
    // Your code here
next



Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.

See Also

Run Class