Specifications
Confidential
EPSON
TITLE
SHEET
REVISION
NO.
SHEET
NEXT
D
TM-U230
Specification
(STANDARD)
99 98
ESC a n
[Name] Select justification
[Format] ASCII ESC a n
Hex 1B 61 n
Decimal 27 97 n
[Range] 0 ≤ n ≤ 2, 48 ≤ n ≤ 50
[Description] Aligns all the data in one line to the specified position.
n selects the type of justification as follows:
n Justification
0, 48 Left justification
1,49 Centering
2, 50 Right justification
[Details] • The command is enabled only when input at the beginning of the line.
• A portion of the data skipped by an HT is also target data for the justification function.
[Default] n = 0
[Example]
Left justification Centering Right justification
ABC
ABCD
ABCDE
ABC
ABCD
ABCDE
ABC
ABCD
ABCDE