barcodeエレメントは、バーコードを作成します。
幅と高さがスケールよりも優先されます。幅と高さを有効にするには、0よりも大きい値にしてください。
構文:
|
例
<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"/>
<barcode x1="20" y1="600" type="QRCODE" width="100" height="100" value="SOME TEXT"/>