InsertTab Method of the Paragraph Object

This method inserts a tab stop into the chosen text position.

Syntax

C++

HRESULT InsertTab(
  int           Position,
  ITabPosition* Tabulation,
  ICharParams*  Params
);
    

C#

void InsertTab(
  int          Position,
  ITabPosition Tabulation,
  ICharParams  Params
);
    

Visual Basic .NET

Sub InsertTab( _
  Position As Integer, _
  Tabulation As ITabPosition, _
  Params As ICharParams _
)
    

Parameters

Position
[in] Position where the paragraph is to be divided. Must be not less than 0 and not greater than the length of the paragraph.
Tabulation
[in] This variable refers to the TabPosition object that represents the properties of the tab stop to be added: the tab symbol type, its alignment, and position in the paragraph. This parameter must not be 0.
Params
[in] This variable refers to the CharParams object that contains attributes for all characters of the newly created paragraph. This parameter may be 0, in which case the default character parameters are used.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

Paragraph

CharParams

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.