エレメント - barcode

LANSA Integrator

エレメント - barcode


barcodeエレメントは、バーコードを作成します。

幅と高さがスケールよりも優先されます。幅と高さを有効にするには、0よりも大きい値にしてください。

構文:

エレメント

属性

エレメント/属性/値に関するメモ

barcode

x1

整数

省略値は0

y1

整数

省略値は0

width

整数

省略値は0

height

整数

省略値は0

type

CODE39

 

 

CODE39EXT

 

CODE128

省略値

CODE128UCC

 

EAN8

 

EAN13

 

CODABAR

 

POSTNET

 

PLANET

 

INTER25

 

value

文字列

バーコードの値

supplement

数字

EAN13の補足値

scale

整数

省略値は110

rotation

整数

省略値は0

align

left

 

center

省略値

right

 

start

文字列

省略値はA

stop

文字列

省略値はB

start-stop

ブール値

省略値はtrue

alt-text

文字列

バーコードの代替テキスト

 

 

<barcode x1="20" y1="700" type="CODE39" value="12345ABCD"/>

<barcode x1="20" y1="600" type="CODE39EXT" value="12345" alt-text="some text

<barcode x1="20" y1="500" type="CODE128" value="12345aBCD"/>

<barcode x1="20" y1="400" type="CODE128UCC" value="12345aBCD"/>

<barcode x1="20" y1="300" type="EAN8" value="1234567"/>

<barcode x1="20" y1="200" type="EAN13" value="641718311430"/>

<barcode x1="20" y1="100" width="200" height="50" type="EAN13" value="641718311430" supplement="54995"/>

<barcode x1="20" y1="700" type="CODABAR" value="4015638721939"/>

<barcode x1="20" y1="600" type="POSTNET" value="123456789"/>

<barcode x1="20" y1="500" type="PLANET" value="123456789"/>

<barcode x1="20" y1="400" type="INTER25" value="41-1200076041-001"/>

<barcode x1="20" y1="300" type="INTER25" value="411200076041001"/>