Barcode
Print a 1d or 2d barcode. To be used in PlaceObject.
Child elements: (none)
Name of the fontface of the text that can be placed beneath the barcode. Not used in all codes.
Height of the barcode.
The data to be encoded in the barcode.
Should the text be written under the barcode?
Type of the barcode. One of EAN13, Code128 or QRCode.
QRCode: |
Create an »optimal« QR code in terms of error correction and size. |
Code128: |
Generate a code 128 barcode for numbers and text. |
EAN13: |
Create an EAN13 barcode for 13 digits. |
Width of the barcode
<PlaceObject> <Barcode select="'speedata Publisher'" type="Code 128" showtext="nein"/> </PlaceObject>
<PlaceObject> <Barcode select="4242002518169" type="EAN13"/> </PlaceObject>