Select your printer model

Parameters are refined by the selected printer.

<hline>


This element allows you to print a horizontal line.

Attribute

Note:
  • "x1" and "x2" must be specified.
  • When "style" is not specified, "thin" is applied.

x1

Attribute value

Description

"0" to "65535"

Specifies the position to start drawing a horizontal ruled line in units of dots.

x2

Attribute value

Description

"0" to "65535"

Specifies the position to finish drawing a horizontal ruled line in units of 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

Prints a double line from the 100th dot to the 200th dot, and prints another double line below from the 400th dot to the 500th dot.

 
<epos-print xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print">
	<hline x1="100" x2="200" style="thin_double" />
	<hline x1="400" x2="500" style="thin_double" />
</epos-print>

Supplementary explanation

This does not work in the page mode.

 

Quick Access

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

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


Jump to the top