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.
Note: The indexing of ABBYY FineReader Engine collections starts with 0.
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
7/3/2024 8:50:25 AM