"insertParagraph"

Adds a paragraph to a textEdit document at the given position.

Synopsis

void insertParagraph(string text, int para);

Parameters

Parameter Description
text The text to be added
para The X position

Description

Adds a paragraph to a textEdit document at the given position.

Assignment

textEdit