Select your printer model

Parameters are refined by the selected printer.

<hline>


Specifies a horizontal line.

Attribute

x1

Attribute value

Description

“0” to “65535”

Specifies the start position to draw a horizontal ruled line in dots.

x2

Attribute value

Description

“0” to “65535”

Specifies the end position to draw a horizontal ruled line in dots.

style

Attribute value

Description

“thin”

Solid line: Fine

“medium”

Solid line: Middle

“thick”

Solid line: Thick

“thin_double”

Double line: Fine

“medium_double”

Double line: Middle

“thick_double”

Double line: Thick

Sample program

  • Draws horizontal double lines from the 100th dot to 200th dot and from the 400th dot to 500th dot from the left edge, respectively
  •  
    <hline x1="100" x2="200" style="thin_double" />
    <hline x1="400" x2="500" style="thin_double" />
    

Supplementary explanation

  • This element does not work in the page mode.
  • The x1 and x2 attributes are mandatory.
  • If the style attribute is omitted, thin is specified by default.
 

Quick Access

  • [Name]
  • [Format]
  • [Range]
  • [Description]
  • [Notes]

ePOS-Device XML includes patented or patent pending functions. The contents must not be disclosed to third parties.


ePOS-Device XML

Jump to the top