PSTextBoxEx() |
|
Syntax
Function PSTextBoxEx(nTop, nLeft, nBottom, nRight, cText)
TpageScript:TextBoxEx(nTop, nLeft, nBottom, nRight, cText)
Returns
Nothing.
Description
Use PSTextBoxEx() to print a long character string, within a bounding box defined by top, left and bottom, right coordinates. If the text doesn't fit in the box, it is truncated and ellipses (...) are added at the end of the string.
Arguments
nTop, nLeft | Top, left coordinates of the frame, expressed in the currently set unit. |
nBottom, nRight | Bottom, right coordinates of the frame, expressed in the currently set unit. |
cText | The character string to print. |