Insert Method of the Text Object

This method inserts a new text into the current text before the specified symbol.

Syntax

Visual Basic .NET

Sub Insert( _
  Text As Text, _
  Pos As Integer _
)
    

C++

HRESULT Insert(
  IText* Text,
  int    Pos
);
    

Parameters

Text
[in] This variable refers to the Text object that is to be inserted.
Pos
[in] An index of a character in the text before which the text is inserted.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

See also

Text

IText::Delete

15.08.2023 13:19:30

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.