Elementname: Barcode

Description

Print a 1d or 2d barcode. To be used in PlaceObject.

Allowed attributes: fontface, height, overshoot, select, showtext, type, width

Child elements: (none)

Parent elements: Case, ForAll, Frame, Loop, Otherwise, PlaceObject, Td, Transformation, Until, While

Attributes

fontface (text, optional)

Name of the fontface of the text that can be placed beneath the barcode. Not used in all codes.

height (number or length, optional)

Height of the barcode.

overshoot (number, optional)

The factor denoting the extra length of the outer and middle bar. Only useful with EAN13.

select (XPath Expression)

The data to be encoded in the barcode.

showtext (optional)

Should the text be written under the barcode?

yes:

Write text beneath the barcode.

no:

Don't display text.

showtext (optional)

Should the text be written under the barcode?

yes:

Write text beneath the barcode.

no:

Don't display text.

overshoot (number, optional)

The factor denoting the extra length of the outer and middle bar. Only useful with EAN13.

Example

<PlaceObject>
  <Barcode select="'speedata Publisher'" type="Code 128" showtext="nein"/>
</PlaceObject>
<PlaceObject>
  <Barcode select="4242002518169" type="EAN13"/>
</PlaceObject>

See also

PlaceObject

Commands

Version: 2.2.0 | Start page | Command reference | Other language: German