Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zebra ZPL wrap text

Tags:

word-wrap

zpl

I have to print a variable text in a field block of a ZPL label.

I would like to know if it is possibile to define block width and then automatically wrap text or if it is not possible and I have to manually add a new line char or split the text in two blocks.

like image 775
Tobia Avatar asked Jul 02 '15 11:07

Tobia


People also ask

How do you wrap text in zebra designer?

There is no specific feature in ZebraDesigner that will automatically wrap text when entering a lengthy or variable text entry. To create a Word Wrap box in ZebraDesigner, use the ZPL command features by using Field Block (^FB) or Text Block (^TB) commands.

How do you wrap a text file?

Right-click the object, select the Wrapping Style option, and then choose the Edit Wrap Boundary option. Or use Layout tab -> Wrapping -> Edit Wrap Boundary. Drag image points to change the shape's margin. If you need a new wrap point, just click anywhere on the red line and drag it to the required position.

What is the difference between ZPL and ZPL II?

These are the major differences between ZPL and ZPL II: With ZPL II, all data fields are formatted as they are received. In standard ZPL, the data fields are not processed until after the ^XZ (End Format) command is received. New commands and enhancements to existing commands were added into the ZPL II language.


1 Answers

Use the ^FB – Field Block command in the manual

like image 85
Elton Saunders Avatar answered Sep 20 '22 21:09

Elton Saunders