method EposXml.EposText.prototype.setTextLn
EposText.prototype.setTextLn(text: string): this

Similar to the println equivalent of printf, this simply wraps this.setText and adds a trailing newline.

Parameters

text: string

Return Type

this

Usage

import { EposXml } from ".";