Addfeed Method - Epson TM-T88V-i User Manual

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

Advertisement

addFeed method

Adds a line feed to the command buffer.
Syntax
addFeed();
Return value
ePOS-Print Builder Object
Example
To start a new line after printing a character string:
<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").addFeed();
builder.addText("World").addFeed();
}
//-->
</script>
86
Return value
Object type
ePOS Builder

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t70-iTm-l90-i

Table of Contents