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.
This method divides the paragraph into two parts.
Syntax
C++
HRESULT InsertParagraphBreak(
int Position,
ICharParams* CharParams
);
void InsertParagraphBreak(
int Position,
ICharParams CharParams
);
Visual Basic .NET
Sub InsertParagraphBreak( _
Position As Integer, _
CharParams 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.
CharParams
[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