Einhugur OpenDocument Text Plugin for Xojo

Hyperlink.Item Method

Returns Item by index from the hyperlink.

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

The Hypelink can contain most types of ParagraphItems but not another Hyperlink.

See Also

Hyperlink Class