new TextPrintMessage()
- Source:
Extends
Methods
(static) TextPrintMessage#getExternalPrintJobId() → {String}
Get the field value
External print job ID assigned to this request
- Source:
Returns:
- Type
- String
(static) TextPrintMessage#getPrinter() → {printer.Printer}
Get the field value
Printer to which the print job should be routed.
- Source:
Returns:
- Type
- printer.Printer
(static) TextPrintMessage#getTextLines() → {Array.<String>}
Get the field value
- Source:
Returns:
An array of
- Type
- Array.<String>
(static) TextPrintMessage#setExternalPrintJobId(externalPrintJobId)
Set the field value
External print job ID assigned to this request
Parameters:
Name | Type | Description |
---|---|---|
externalPrintJobId |
String |
- Source:
(static) TextPrintMessage#setPrinter(printer)
Set the field value
Printer to which the print job should be routed.
Parameters:
Name | Type | Description |
---|---|---|
printer |
printer.Printer |
- Source:
(static) TextPrintMessage#setTextLines(textLines)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
textLines |
Array.<String> | An array of |
- Source: