Skip to main content
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.
  • 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

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
Countint, read-onlyStores the number of elements in the collection.
ElementTabPosition, read-onlyProvides access to a single element of the collection. The property returns a constant object.

Methods

NameDescription
AddNewCreates a new TabPosition object and adds it at the end of the collection.
ItemProvides access to a single element of the collection.
DeleteAtRemoves an element from the collection.
DeleteAllRemoves all the elements from the collection.
TabPositions Object Diagram

See also

TabPosition Working with Collections Working with Properties