Element Index
Element Details
docket
root element for a docket document
Declared Attributes
- #REQUIRED ENUMERATION ( none | half | full ) cut
Element Content Model
(beep | charset | chartable | cut | dcol | hr | image | kanji | line | ncol | noimage | reprint)*
Referenced by
beep
emit a beep
Declared Attributes
- #IMPLIED ENUMERATION ( quiet | medium | loud ) volume
- #IMPLIED ENUMERATION ( short | medium | long ) pause
- #IMPLIED ENUMERATION ( true | false ) visible
- #IMPLIED ENUMERATION ( true | false ) visible
Element Content Model
EMPTY
Referenced by
docket
chartable
select the character data table.
code must be an integer
Declared Attributes
Element Content Model
EMPTY
Referenced by
docket
charset
select the character set
Declared Attributes
- #REQUIRED ENUMERATION ( china | usa ) nation
Element Content Model
EMPTY
Referenced by
docket
cut
cut the paper
Declared Attributes
- #REQUIRED ENUMERATION ( half | full ) mode
Element Content Model
EMPTY
Referenced by
docket
hr
print a horizontal rule
Element Content Model
EMPTY
Referenced by
docket, noimage, reprint
image
print an image. Attribute num is an integer
Declared Attributes
Element Content Model
EMPTY
Referenced by
docket
kanji
set to kanji mode
Declared Attributes
- #IMPLIED ENUMERATION ( true | false ) enabled
Element Content Model
EMPTY
Referenced by
docket
line
print a line
Declared Attributes
- #IMPLIED CDATA name
- #IMPLIED ENUMERATION ( true | false ) visible
- #IMPLIED ENUMERATION ( center | right | left ) align
- #IMPLIED ENUMERATION ( red | black ) color
- #IMPLIED ENUMERATION ( none | tall | wide | big ) weight
Element Content Model
(#PCDATA | date | sp | tab | time | pre)*
Referenced by
docket, noimage, reprint
noimage
print the content if the printer does not support graphics
Element Content Model
(hr | dcol | ncol | line)*
Referenced by
docket
reprint
special when reprint
Element Content Model
(hr | dcol | ncol | line)*
Referenced by
docket
dcol
print a double column.
This tag must contain 2 and only 2 col tags
Declared Attributes
- #IMPLIED CDATA name
- #IMPLIED ENUMERATION ( true | false ) visible
- #IMPLIED ENUMERATION ( red ) color
- #IMPLIED ENUMERATION ( tall | wide ) weight
Element Content Model
(col)*
Referenced by
docket, noimage, reprint
ncol
print multiple left aligned columns, the number of column is defined by the number of col
tags.
Declared Attributes
- #IMPLIED CDATA name
- #IMPLIED ENUMERATION ( true | false ) visible
- #IMPLIED ENUMERATION ( red ) color
- #IMPLIED ENUMERATION ( tall | wide ) weight
Element Content Model
(col)*
Referenced by
docket, noimage, reprint
col
sub element for dcol and ncol , can contain any line elements
Element Content Model
(#PCDATA | date | sp | tab | time | pre)*
Referenced by
dcol, ncol
sp
add a space
Element Content Model
EMPTY
Referenced by
line, col
tab
add a tabulation.
By default a tab is 4 spaces. The sp attribute can define the number of space
as an integer
Declared Attributes
Element Content Model
EMPTY
Referenced by
line, col
pre
print a preformated text depending of the visible tag. It preserves the spaces.
Declared Attributes
- #IMPLIED CDATA name
- #IMPLIED ENUMERATION ( true | false ) visible
Element Content Model
(#PCDATA)*
Referenced by
line, col
time
print the time
Element Content Model
EMPTY
Referenced by
line, col
date
print the date
Element Content Model
EMPTY
Referenced by
line, col