EasyManua.ls Logo

Epson TM T88V - Addtextlinespace

Epson TM T88V
122 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
44
addTextLineSpace
Adds the line feed space setting to the command buffer.
Syntax
public void addTextLineSpace(int linespc)
throws EposException
Parameter
linespc : Specifies the line feed space (in dots). Specifies an integer from 0 to 255.
Exceptions
When processing fails, EposException is thrown with one of the following error values.
Example
Error status Description
ERR_PARAM Invalid parameter was passed.
ERR_MEMORY Could not allocate memory.
ERR_FAILURE An unspecified error occurred.
To set the line feed space to 30 dots:
try {
Builder builder = new Builder("TM-T88V", Builder.MODEL_ANK);
builder.addTextLineSpace(30);
///Process///
} catch (EposException e) {
int errStatus = e.getErrorStatus();
}

Table of Contents

Other manuals for Epson TM T88V

Related product manuals