Name
page:ShowTextNextLine -- break line and print text
Synopsis
status = page:ShowTextNextLine(text[, wordspace, charspace])
Function
page:ShowTextNextLine() moves the current text position to the start of the next line, then prints the text at the current position on the page. If the optional arguments wordspace and charspace are specified, this method will also set the word and character spacing before printing the text.

Inputs
text
the text to print
wordspace
optional: word spacing for text
charspace
optional: char spacing for text
Results
status
status code

Show TOC