Left justify
Mode ASCII Decimal Hexadecimal
Std. <ESC> “a” “0” 27 97 48 18 61 30
<ESC> “a” CO> 27 97 0 iB 61 00
Aligns subsequent text with the left margin, leaving the right margin
ragged.
Center text
Mode ASCII Decimal Hexadecimal -
Std. <ESC> “a” “1” 27 97 49 IB 61 31
<ESC> “a” cl> 27 97 1 1B 61 01
Centers subsequent text between the left and right margins.
Right justify
Mode ASCII Decimal Hexadecimal
Std. <ESC> “a” “2” 27 97 50 IB 61 32
<ESC> “a” <2> 27 97 2 1B 61 02
Aligns subsequenttext with the right margin, leaving the left margin
ragged.
Full justify
Mode ASCII Decimal Hexadecimal
Std. <ESC> “a” “3” 27 97 51 1B 61 33
<ES&- “a” <3> 27 97 3 1B 61 03
Aligns subsequent text between the left and right margins.
70