template->paragraph -- Add a paragraph of fixed text to a template
int template->paragraph ( int template, float bottom, float left, float top, float right, string text[, array parameters] )
This method is used to add a paragraph of fixed text to a template.
template
must be a valid template ID.
bottom, left, top,
and right
define a bounding box for the paragraph.
Text is wrapped at word boundries.
parameters
is an array as described in the parameters documentation.
If omitted, default values are used.
This function was added in version 2.2.
At this time, if the text overflows the bounding area, it is lost and the calling process is not alerted to this in any way.