I
Leftjustify
Mode ASCII Decimal Hexadecimal
std. <ESC> “a” “O” 27 97 48 IB 61 30
<ESC> “a” <O> 27 97 0 IB 61 00
Alignssubsequenttextwiththeleftmargin,leavingtherightmargin
“ragged.
Centertext
Mode ASCII Decimal Hexadecimal
std. <ESC> “a” “l” 27 97 49 IB 61 31
<ESC> “a” <1> 27 97 1 IB 61 01
Centerssubsequenttextbetweentheleft and rightmargins.
Rightjustify
Mode ASCII Decimal Hexadecimal
Std. <ESC> “a” “2” 27 97 50 IB 61 32
<ESC> “a” <2> 27 97 2 IB 61 02
Alignssubsequenttextwiththerightmargin,leavingtheleftmargin
ragged.
Fulljustify
Mode ASCII Decimal Hexadecimal
Std. <ESC> “a” “3” 27 97 51 IB 61 33
<ESC> “a” <3> 27 97 3IB 61 03
Alignssubsequenttextbetweenthe leftand rightmargins.
64