AppendEmptyParagraph Method of the Text Object
This method appends an empty paragraph at the end of the current text. Parameters of the new paragraph are initialized with default values.
Syntax
C++
HRESULT AppendEmptyParagraph();
C#
void AppendEmptyParagraph();
Visual Basic .NET
Sub AppendEmptyParagraph()
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
17.09.2024 15:14:41