description
Determines how to handle a text wrap condition. A text wrap condition occurs when text extends beyond the end of a line or a page. The default is to wrap at the end of a line and a page.
expression
ASCII | GS T n |
Decimal | 29 84 n |
Hex | 1D 54 n |
parameters
n = 0 | truncate in both directions |
n = 1 | wrap at end of line, but not end of page |
n = 2 | wrap at end of page, but not end of line |
n = 3 | wrap at end of line and end of page |