Center text
1 Mode 1 ASCII 1 Decimal I Hexadecimal I
<ESC> “a” *’ I . . 21 97 49 1B 61 31
Both <ESC> “a” <I> 21 97 I IB 61 01
Centers subsequent text between the left and right margins.
Right justify
Mode ASCII Decimal Hexadecimal
<ESC> “a” “7” i 21 91 50 IB 61 32
Both <ESC> “a” <2> 21 91 2 1B 61 02
Aligns subsequent text with the right margin, leaving the left margin
ragged.
Set horizontal tab stops
Mode ASCII Decimal Hexadecimal
Both I <ESC> “D” 121 n2 . ..<O> 27 68 nl nZ...O 1B 44 nl nZ..OO
Cancels all current horizontal tab stops and sets new tab stops at columns
nl, n,l, etc. in the current character pitch (pica pitch ifproportional 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 < 0 > control code. To clear all tab stops,
specify < ESC > “D” CO>
Set horizontal tab stop every n columns
Mode ASCII Decimal Hexadecimal
< ESC > “e” “0” n 21 101 48 n 1B 65 30 n
Both <ESC> “e” co> n 21 101 0 n IB 65 00 n
Cancels all current horizontal tab stops and sets new tab stops every n -
columns. where II is between I and 127. -
Reset a// tab stops
Mode ASCII Decimal Hexadecimal
IBM <ESC> ‘(R” 21 82 1B 52
Resets the horizontal tab stops to their power-up values in which a tab
stop is set every 8 column starting at column 9. Also clears all vertical
tab stops.