barcode-ean128サンプル1
barcode-ean128サンプル1
(『<biz-Stream_home>/sample/xml/barcode-EAN128/barcode-EAN128Sample1.xml
』)
<?xml version="1.0" encoding="UTF-8"?> <!-- XML file created by biz-Stream Designer --> <!-- biz-Stream Copyright BrainSellers.com Corp. --> <Layout Name="barcodeean128Sample1" Width="200" Height="180" X="10" Y="10" Unit="px" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:bs="http://www.brainsellers.com/schema" xmlns:svg="http://www.brainsellers.com/schema" xmlns:form="http://www.brainsellers.com/schema" xmlns:pdf="http://www.brainsellers.com/schema" version="5.0.0"> <!-- 枠線(青線) --> <GroupAlignment Horizon="left" Vertical="bottom" Vector="vertical" LineSpace="5px" LineColor="14,0,176" FillColor="204,204,204" Margin="start:5mm;end:5mm;top:5mm;bottom:5mm" Narrow="size"> <!-- (1)10桁 --> <barcode-ean128 name="barcode1" human-code="true" left-zone="9" right-zone="9">1234567890</barcode-ean128> <!-- (2)スケール 1.5倍 --> <barcode-ean128 name="barcode2" scale="1.5" human-code="true" left-zone="9" right-zone="9">1234567890</barcode-ean128> <!-- (3)表示用の文字列指定 --> <barcode-ean128 name="barcode3" human-code="true" left-zone="9" right-zone="9" visible="123(456)789">1234567890</barcode-ean128> <!-- (4)ヒューマンコードを非表示 --> <barcode-ean128 name="barcode4" human-code="false" left-zone="9" right-zone="9">1234567890</barcode-ean128> <!-- (5)クワイエットゾーンの指定 --> <barcode-ean128 name="barcode5" human-code="true" left-zone="12" right-zone="12">1234567890</barcode-ean128> </GroupAlignment> </Layout>
生成されるPDF(『<biz-Stream_home>/sample/xml/barcode-EAN128/barcode-EAN128Sample1.pdf
』)
