Define structure of apple event in applescript

How do I define these parts of an apple event from within an applescript? This is to send data to a print driver for a barcode printer.

Documentation for driver - I added quotes around arguments for readability :
To Print Text the apple event should be.

Application “PeninsulaThermalSpooler (OS X)”
Event Class “misc”
Event ID “text”
Event Text “1|1|10|N|Bubble Wrap Packaging Self-Sealing Type 1|0|9|0”

pipe separated arguments for “Event Text”:
(Position H mm, Position V mm,Size in Points,Text Reverse (not all printers),Text,extra line spacing points), Font Type (not all printers),rotation (0,90,180,270))

Thank you