free hit counter

Addtext Method - Epson TM-T88V-i User Manual

Epos-print api
Hide thumbs Also See for TM-T88V-i:
Table of Contents

Advertisement

addText method

Adds the printing of text to the command buffer.
• After printing text, to print content other than text, execute line feed or paper feed.
• In page mode, characters are laid out in the current print position with the reference point 
being the character baseline dot (Printer specifications (p.209).
Syntax
addText(data);
Parameter
 data :
( Required parameter, Object type : String)
Specify a character string to be printed.
For the horizontal tab/line feed, use the following escape sequences: 
\t
\n
\\
Return valueReturn value
ePOS-Print Builder Object
Exception
Parameter " ... " is invalid
Example
To add character strings:
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
function buildMessage() {
var builder = new epson.ePOSBuilder();
builder.addText('Hello,\t').addText('World\n');
}
//-->
</script>
String
Horizontal tab
Line feed
Carriage return
Return value
Exception
Chapter 4 ePOS-Print API
Description
(HT)
(LF)
Object type
ePOS Builder
Object type
Error
4
69

Hide quick links:

Advertisement

Table of Contents
loading