SlipOperation

data class SlipOperation(val code: String?, val feedLines: Int?, val textSize: Int?, val text: String?, val textLeft: String?, val textRight: String?, val qrText: String?, val alignment: Int?)

{code: 'feed-paper', feedLines: 10}, {code: 'string-printing', textSize: 10, text: 'BBB'}, {code: 'sides-string-printing', textLeft: 'bbb', textRight: 'cccc', textSize: 10}, {code: 'qr-code', qrText: '834792874', textLeft: '1111'}

Constructors

Link copied to clipboard
constructor(code: String?, feedLines: Int?, textSize: Int?, text: String?, textLeft: String?, textRight: String?, qrText: String?, alignment: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
val code: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard