Properties
| Name | Type | Permissions | Value |
|---|---|---|---|
Name() | string | Read | The name of the collection. |
Count() | int | Read | The number of items in the collection. |
Item( index : int ) | IExtractedObject | Read | Accesses an item by its index. |
Find( position : int, toTheRight : bool ) | IExtractedObject | Read | Finds the item whose text span is closest to a position in the text. toTheRight sets the search direction. |
Attributes() | IVARIANTArray | Read | Attributes for the indexed collection, which can be used in XML queries to search the collection for specific words. |
