IExtractedObjects
Purpose
This is a collection of objects of type IExtractedObject found in the text.
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 ) : ExtractedObject | IExtractedObject | Read |
Finds an item whose text span is closest to a specified position in the text. toTheRight specifies search direction. |
Attributes () | IVARAIANTArray | Read | Attributes for the indexed collection. These attributes can be used in XML queries when searching the collection for specific words. |
12.04.2024 18:16:04