Select your printer model

Parameters are refined by the selected printer.

<vline-begin>


Use this element to start printing a vertical line.

Attribute

Note:
  • "x" must be specified.
  • When "style" is not specified, "thin" is applied.

x

Attribute value

Description

"0" to "65535"

Specifies the position to start drawing a vertical 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 vertical thin line along each of the 100th dots and the 200th dots from the left edge.

 
<epos-print xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print">
	<vline-begin x="100" />
	<vline-begin x="200" />
	<feed unit="100" />
	<vline-end x="100" />
	<vline-end x="200" />
</epos-print>

Supplementary explanation

  • This does not work in the page mode.
  • Use <line> to draw a vertical line in the page mode.
  • The vertical line continues until stopped by <vline-end>.
  • Use this element together with <vline-end>.
 

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