ctext
index
 
Name createLines ( )
Examples
None available
Description Creates an array of Ctext, one per line of input text, constrained to the maxChars specified, starting with upper left corner at startX and startY or null if null or empty input
Syntax
createLines(p, text, startX, startY, maxChars);
Parameters
p  
text  
startX  
startY  
maxChars  
Returns CText[] or null
Usage Web & Application
Related