Select your printer model

Parameters are refined by the selected printer.

moveCursorPosition method


Specifies a new cursor position within the current window and adds cursor position setting to the command buffer.

Syntax

 
moveCursorPosition(position);

Parameter

position

Value

Description

MOVE_TOP_LEFT

Moves to the leftmost position on the top line.

MOVE_TOP_RIGHT

Moves to the rightmost position on the top line.

MOVE_BOTTOM_LEFT

Moves to the leftmost position on the bottom line.

MOVE_BOTTOM_RIGHT

Moves to the rightmost position on the bottom line.

Return value

Return value

Object type

Display object

Display

Supplementary explanation

  • In DM-D70 (Standard mode), move the cursor to the specified position from the origin of the window specified in setCurrentTextArea method.
    If the window is not specified in the setCurrentTextArea method, move the cursor from the origin of the base window.
  • In DM-D70 (Column/row fixed mode), move the cursor to the specified position from the origin of the base window.
 

Quick Access

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

Epson ePOS SDK includes patented or patent pending functions. The contents must not be disclosed to third parties.


Epson ePOS SDK for JavaScript

Jump to the top