TabPositions Object (ITabPositions Interface)
This object provides access to all tab stops in a single paragraph. It is a collection of child objects of the TabPosition type. The object provides standard collection functionality. The TabPositions object is accessed via the IParagraph::TabPositions property.
Notes:
- The indexing of ABBYY FineReader Engine collections starts with 0.
- The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Count | int, read-only | Stores the number of elements in the collection. |
Element | TabPosition, read-only | Provides access to a single element of the collection. The property returns a constant object. |
Methods
Name | Description |
---|---|
AddNew | Creates a new TabPosition object and adds it at the end of the collection. |
Item | Provides access to a single element of the collection. |
DeleteAt | Removes an element from the collection. |
DeleteAll | Removes all the elements from the collection. |
Related objects
See also
17.09.2024 15:14:41