Left | justify |
|
|
|
|
|
|
|
| |
Mode | ASCII |
|
|
| Decimal |
| Hexadecimal | |||
Both | <ESC> | “a” | “0” | 27 | 97 | 48 | 1B | 61 | 30 | |
< ESC > | “a” | <o> | 21 | 97 | 0 | 1B | 61 | 00 | ||
|
Aligns subsequent text with the left margin, leaving the right margin ragged.
Center text
I Mode I ASCII |
|
| I | Decimal | I | Hexadecimal | ||
<ESC> | “a” | “ 1” | 27 | 97 | 49 | 1B | 61 | 31 |
Both | “a” | <I> | 27 | 97 | I | 1B | 61 | 01 |
<ESC> |
I
Centers subsequent text between the left and right margins.
Right justify
Mode | ASCII |
|
|
| Decimal |
| Hexadecimal | |||
Both | <ESC> | “a” | “2” | 27 | 97 | 50 | 1B | 61 | 32 | |
<ESC> | “a” | c2> | 27 | 97 | 2 | 1B | 61 | 02 | ||
|
Aligns subsequent text with the right margin, leaving the left margin ragged.
Set horizonfal tab stops
IModel | ASCII |
|
|
| I | Decimal | I | Hexadecimal | I |
I |
|
|
|
|
|
| I |
|
|
Both I | <ESC> | “D” | nl | n2 ... | <O> | 27 68 nl nZ... | O 1B | 44 nl | n,Z..OO |
Cancels all current horizontal tab stops and sets new tab stops at columns nl, n..?,etc. in the current character pitch (pica pitch if proportional spacing is currently selected), where nl, a?, 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 < 0 > control code. To clear all tab stops, specify < ESC > “D” < 0 > .
Set horizontal tab stop every n columns
IModel | ASCII |
|
|
|
| 1 | Decimal |
| 1 | Hexadecimal | I | |||
Both | < ESC | > | “e” | “0" | n | 27 | 101 | 48 | n | 1B | 65 | 30 | n | |
< ESC > | “e” | co> | n | 27 | 101 | 0 | n | 1B | 65 | 00 | n | |||
|