Chinese Simplified (简体中文)

InsertText Method of the Paragraph Object

This method inserts the specified text into the text of the paragraph.

Syntax

C++

HRESULT InsertText(
  int    Pos,
  IText* Text
);
    

C#

void InsertText(
  int  Pos,
  IText Text
);
    

Visual Basic .NET

Sub InsertText( _
  Pos As Integer, _
  Text As IText _
)
    

Parameters

Pos
[in] Position where the text is inserted. Must be not less than 0 and not greater than the length of paragraph.
Text
[in] This variable must refer to a valid Text object that contains the newly inserted text.

Return values

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

See also

Paragraph

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.