> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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](/fine-reader/engine/api-reference/text-related-objects/tabposition) type. The object provides standard collection functionality. The TabPositions object is accessed via the [IParagraph::TabPositions](/fine-reader/engine/api-reference/text-related-objects/paragraph#tabpositions) property.

* 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](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties)       | Returns the Engine object.                                                                     |
| Count                                                                                                                 | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only                                                                                                   | Stores the number of elements in the collection.                                               |
| [Element](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property) | [TabPosition](/fine-reader/engine/api-reference/text-related-objects/tabposition), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Provides access to a single element of the collection. The property returns a constant object. |

## Methods

| Name                                                                                                                    | Description                                                                |
| ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [AddNew](/fine-reader/engine/api-reference/text-related-objects/tabpositions/addnew-method)                             | Creates a new TabPosition object and adds it at the end of the collection. |
| [Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method)           | Provides access to a single element of the collection.                     |
| [DeleteAt](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteat-method)   | Removes an element from the collection.                                    |
| [DeleteAll](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteall-method) | Removes all the elements from the collection.                              |

## Related objects

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/tabpositions.gif?s=098a70474c0bbd2fe97a69f08e092e63" alt="TabPositions" width="145" height="96" data-path="images/fine-reader/engine/tabpositions.gif" />[](/fine-reader/engine/api-reference/text-related-objects/paragraph#tabpositions)[](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)[](/fine-reader/engine/api-reference/text-related-objects/tabposition)[](/fine-reader/engine/api-reference/text-related-objects/paragraph)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## See also

[TabPosition](/fine-reader/engine/api-reference/text-related-objects/tabposition)

[Working with Collections](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-collections)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
