
L...
L
L.
L
L
4..
*
i
i
i.
i
Right justify
Mode | ASCII |
|
| Decimal | Hexadecimal | ||||
Both | <ESC> | “a” | “2” | 27 | 97 | 50 | 1B | 61 | 32 |
| cESC> | “a” | c2> | 27 | 97 | 2 | 1B | 61 | 02 |
Aligns subsequent text with the right margin, leaving the left margin ragged.
Full justify
Mode | ASCII |
| Decimal | Hexadecimal | ||||
Both | cESC> | “a” “3” | 27 | 97 | 51 | lB | 61 | 33 |
| cESC> | “a” c3> | 27 | 97 | 3 | 1B | 61 | 03 |
Aligns subsequent text between the left and right margins.
Set horizontal tab stops
Mode | ASCII | Decimal | Hexadecimal |
Both cESC> “D” nl n2 ... CO> 27 68 nl n2 ... 0 1B 44 nl n2 ... 00
Cancels all current horizontal tab stops and sets new tab stops at columns nl, n2, etc. in the current character pitch (pica pitch if pro- portional spacing is currently selected), where nl, n2, etc. are numbers between 1 and 255. The maximum number of horizontal tab stops allowed is 32 in Standard mode and 28 in IBM mode. The tab stops must be specified in ascending order, any violation of ascending order terminates the tab stop list. Standard termination is by the <O>control code. To clear all tab stops, specify <ES@ “D” co>.
Set horizontal tab stop everyn columns
Mode | ASCII |
|
|
| Decimal |
| Hexadecimal | |||||
Both | cESC> | “e” | “0” | n | 27 101 | 40 | n | 1B | 65 | 30 | n | |
<ES& | “e” | CO> | n | 27 101 | 0 | n | 1B | 65 | 00 | n | ||
|
Cancels all current horizontal tab stops and sets new tab stops every n columns, where n is between 1 and 127.
63