Zend_Barcode-Objects_Details.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <sect2 id="zend.barcode.objects.details">
  4. <title>Description of shipped barcodes</title>
  5. <para>
  6. You will find below detailed information about all barcode types shipped by default with
  7. Zend Framework.
  8. </para>
  9. <sect3 id="zend.barcode.objects.details.error">
  10. <title>Zend_Barcode_Object_Error</title>
  11. <para>
  12. <inlinegraphic width="400" align="center" valign="middle"
  13. fileref="figures/zend.barcode.objects.details.error.png" format="PNG"/>
  14. </para>
  15. <para>
  16. This barcode is a special case. It is internally used to automatically render
  17. an exception caught by the <classname>Zend_Barcode</classname> component.
  18. </para>
  19. </sect3>
  20. <sect3 id="zend.barcode.objects.details.code25">
  21. <title>Zend_Barcode_Object_Code25</title>
  22. <para>
  23. <inlinegraphic width="152" align="center" valign="middle"
  24. fileref="figures/zend.barcode.objects.details.code25.png" format="PNG"/>
  25. </para>
  26. <itemizedlist>
  27. <listitem>
  28. <para>
  29. <emphasis>Name:</emphasis> Code 25 (or Code 2 of 5 or Code 25 Industrial)
  30. </para>
  31. </listitem>
  32. <listitem>
  33. <para>
  34. <emphasis>Allowed characters:</emphasis> '0123456789'
  35. </para>
  36. </listitem>
  37. <listitem>
  38. <para>
  39. <emphasis>Checksum:</emphasis> optional (modulo 10)
  40. </para>
  41. </listitem>
  42. <listitem>
  43. <para>
  44. <emphasis>Length:</emphasis> variable
  45. </para>
  46. </listitem>
  47. </itemizedlist>
  48. <para>
  49. There are no particular options for this barcode.
  50. </para>
  51. </sect3>
  52. <sect3 id="zend.barcode.objects.details.code25interleaved">
  53. <title>Zend_Barcode_Object_Code25interleaved</title>
  54. <para>
  55. <inlinegraphic width="101" align="center" valign="middle"
  56. fileref="figures/zend.barcode.objects.details.int25.png" format="PNG"/>
  57. </para>
  58. <para>
  59. This barcode extends <classname>Zend_Barcode_Object_Code25</classname>
  60. (Code 2 of 5), and has the same particulars and options, and adds the following:
  61. </para>
  62. <itemizedlist>
  63. <listitem>
  64. <para>
  65. <emphasis>Name:</emphasis> Code 2 of 5 Interleaved
  66. </para>
  67. </listitem>
  68. <listitem>
  69. <para>
  70. <emphasis>Allowed characters:</emphasis> '0123456789'
  71. </para>
  72. </listitem>
  73. <listitem>
  74. <para>
  75. <emphasis>Checksum:</emphasis> optional (modulo 10)
  76. </para>
  77. </listitem>
  78. <listitem>
  79. <para>
  80. <emphasis>Length:</emphasis> variable (always even number of characters)
  81. </para>
  82. </listitem>
  83. </itemizedlist>
  84. <para>
  85. Available options include:
  86. </para>
  87. <table id="zend.barcode.objects.details.code25interleaved.table">
  88. <title>Zend_Barcode_Object_Code25interleaved Options</title>
  89. <tgroup cols="4">
  90. <thead>
  91. <row>
  92. <entry>Option</entry>
  93. <entry>Data Type</entry>
  94. <entry>Default Value</entry>
  95. <entry>Description</entry>
  96. </row>
  97. </thead>
  98. <tbody>
  99. <row>
  100. <entry><emphasis>withBearerBars</emphasis></entry>
  101. <entry><type>Boolean</type></entry>
  102. <entry><constant>FALSE</constant></entry>
  103. <entry>Draw a thick bar at the top and the bottom of the barcode.</entry>
  104. </row>
  105. </tbody>
  106. </tgroup>
  107. </table>
  108. <note>
  109. <para>
  110. If the number of characters is not even,
  111. <classname>Zend_Barcode_Object_Code25interleaved</classname> will automatically
  112. prepend the missing zero to the barcode text.
  113. </para>
  114. </note>
  115. </sect3>
  116. <sect3 id="zend.barcode.objects.details.ean2">
  117. <title>Zend_Barcode_Object_Ean2</title>
  118. <para>
  119. <inlinegraphic width="41" align="center" valign="middle"
  120. fileref="figures/zend.barcode.objects.details.ean2.png" format="PNG"/>
  121. </para>
  122. <para>
  123. This barcode extends <classname>Zend_Barcode_Object_Ean5</classname>
  124. (<acronym>EAN</acronym> 5), and has the same particulars and options, and adds the
  125. following:
  126. </para>
  127. <itemizedlist>
  128. <listitem>
  129. <para>
  130. <emphasis>Name:</emphasis> <acronym>EAN</acronym>-2
  131. </para>
  132. </listitem>
  133. <listitem>
  134. <para>
  135. <emphasis>Allowed characters:</emphasis> '0123456789'
  136. </para>
  137. </listitem>
  138. <listitem>
  139. <para>
  140. <emphasis>Checksum:</emphasis> only use internally but not displayed
  141. </para>
  142. </listitem>
  143. <listitem>
  144. <para>
  145. <emphasis>Length:</emphasis> 2 characters
  146. </para>
  147. </listitem>
  148. </itemizedlist>
  149. <para>
  150. There are no particular options for this barcode.
  151. </para>
  152. <note>
  153. <para>
  154. If the number of characters is lower than 2,
  155. <classname>Zend_Barcode_Object_Ean2</classname> will automatically
  156. prepend the missing zero to the barcode text.
  157. </para>
  158. </note>
  159. </sect3>
  160. <sect3 id="zend.barcode.objects.details.ean5">
  161. <title>Zend_Barcode_Object_Ean5</title>
  162. <para>
  163. <inlinegraphic width="68" align="center" valign="middle"
  164. fileref="figures/zend.barcode.objects.details.ean5.png" format="PNG"/>
  165. </para>
  166. <para>
  167. This barcode extends <classname>Zend_Barcode_Object_Ean13</classname>
  168. (<acronym>EAN</acronym> 13), and has the same particulars and options, and adds the
  169. following:
  170. </para>
  171. <itemizedlist>
  172. <listitem>
  173. <para>
  174. <emphasis>Name:</emphasis> <acronym>EAN</acronym>-5
  175. </para>
  176. </listitem>
  177. <listitem>
  178. <para>
  179. <emphasis>Allowed characters:</emphasis> '0123456789'
  180. </para>
  181. </listitem>
  182. <listitem>
  183. <para>
  184. <emphasis>Checksum:</emphasis> only use internally but not displayed
  185. </para>
  186. </listitem>
  187. <listitem>
  188. <para>
  189. <emphasis>Length:</emphasis> 5 characters
  190. </para>
  191. </listitem>
  192. </itemizedlist>
  193. <para>
  194. There are no particular options for this barcode.
  195. </para>
  196. <note>
  197. <para>
  198. If the number of characters is lower than 5,
  199. <classname>Zend_Barcode_Object_Ean5</classname> will automatically
  200. prepend the missing zero to the barcode text.
  201. </para>
  202. </note>
  203. </sect3>
  204. <sect3 id="zend.barcode.objects.details.ean8">
  205. <title>Zend_Barcode_Object_Ean8</title>
  206. <para>
  207. <inlinegraphic width="82" align="center" valign="middle"
  208. fileref="figures/zend.barcode.objects.details.ean8.png" format="PNG"/>
  209. </para>
  210. <para>
  211. This barcode extends <classname>Zend_Barcode_Object_Ean13</classname>
  212. (<acronym>EAN</acronym> 13), and has the same particulars and options, and adds the
  213. following:
  214. </para>
  215. <itemizedlist>
  216. <listitem>
  217. <para>
  218. <emphasis>Name:</emphasis> <acronym>EAN</acronym>-8
  219. </para>
  220. </listitem>
  221. <listitem>
  222. <para>
  223. <emphasis>Allowed characters:</emphasis> '0123456789'
  224. </para>
  225. </listitem>
  226. <listitem>
  227. <para>
  228. <emphasis>Checksum:</emphasis> mandatory (modulo 10)
  229. </para>
  230. </listitem>
  231. <listitem>
  232. <para>
  233. <emphasis>Length:</emphasis> 8 characters (including checksum)
  234. </para>
  235. </listitem>
  236. </itemizedlist>
  237. <para>
  238. There are no particular options for this barcode.
  239. </para>
  240. <note>
  241. <para>
  242. If the number of characters is lower than 8,
  243. <classname>Zend_Barcode_Object_Ean8</classname> will automatically
  244. prepend the missing zero to the barcode text.
  245. </para>
  246. </note>
  247. </sect3>
  248. <sect3 id="zend.barcode.objects.details.ean13">
  249. <title>Zend_Barcode_Object_Ean13</title>
  250. <para>
  251. <inlinegraphic width="113" align="center" valign="middle"
  252. fileref="figures/zend.barcode.objects.details.ean13.png" format="PNG"/>
  253. </para>
  254. <itemizedlist>
  255. <listitem>
  256. <para>
  257. <emphasis>Name:</emphasis> <acronym>EAN</acronym>-13
  258. </para>
  259. </listitem>
  260. <listitem>
  261. <para>
  262. <emphasis>Allowed characters:</emphasis> '0123456789'
  263. </para>
  264. </listitem>
  265. <listitem>
  266. <para>
  267. <emphasis>Checksum:</emphasis> mandatory (modulo 10)
  268. </para>
  269. </listitem>
  270. <listitem>
  271. <para>
  272. <emphasis>Length:</emphasis> 13 characters (including checksum)
  273. </para>
  274. </listitem>
  275. </itemizedlist>
  276. <para>
  277. There are no particular options for this barcode.
  278. </para>
  279. <note>
  280. <para>
  281. If the number of characters is lower than 13,
  282. <classname>Zend_Barcode_Object_Ean13</classname> will automatically
  283. prepend the missing zero to the barcode text.
  284. </para>
  285. <para>
  286. The option <property>withQuietZones</property> has no effect with this barcode.
  287. </para>
  288. </note>
  289. </sect3>
  290. <sect3 id="zend.barcode.objects.details.code39">
  291. <title>Zend_Barcode_Object_Code39</title>
  292. <para>
  293. <inlinegraphic width="275" align="center" valign="middle"
  294. fileref="figures/zend.barcode.introduction.example-1.png" format="PNG"/>
  295. </para>
  296. <itemizedlist>
  297. <listitem>
  298. <para>
  299. <emphasis>Name:</emphasis> Code 39
  300. </para>
  301. </listitem>
  302. <listitem>
  303. <para>
  304. <emphasis>Allowed characters:</emphasis>
  305. '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ -.$/+%'
  306. </para>
  307. </listitem>
  308. <listitem>
  309. <para>
  310. <emphasis>Checksum:</emphasis> optional (modulo 43)
  311. </para>
  312. </listitem>
  313. <listitem>
  314. <para>
  315. <emphasis>Length:</emphasis> variable
  316. </para>
  317. </listitem>
  318. </itemizedlist>
  319. <note>
  320. <para>
  321. <classname>Zend_Barcode_Object_Code39</classname> will automatically add
  322. the start and stop characters ('*') for you.
  323. </para>
  324. </note>
  325. <para>
  326. There are no particular options for this barcode.
  327. </para>
  328. </sect3>
  329. <sect3 id="zend.barcode.objects.details.identcode">
  330. <title>Zend_Barcode_Object_Identcode</title>
  331. <para>
  332. <inlinegraphic width="137" align="center" valign="middle"
  333. fileref="figures/zend.barcode.objects.details.identcode.png" format="PNG"/>
  334. </para>
  335. <para>
  336. This barcode extends <classname>Zend_Barcode_Object_Code25interleaved</classname>
  337. (Code 2 of 5 Interleaved), and inherits some of its capabilities; it also has a few
  338. particulars of its own.
  339. </para>
  340. <itemizedlist>
  341. <listitem>
  342. <para>
  343. <emphasis>Name:</emphasis> Identcode (Deutsche Post Identcode)
  344. </para>
  345. </listitem>
  346. <listitem>
  347. <para>
  348. <emphasis>Allowed characters:</emphasis> '0123456789'
  349. </para>
  350. </listitem>
  351. <listitem>
  352. <para>
  353. <emphasis>Checksum:</emphasis> mandatory (modulo 10 different from Code25)
  354. </para>
  355. </listitem>
  356. <listitem>
  357. <para>
  358. <emphasis>Length:</emphasis> 12 characters (including checksum)
  359. </para>
  360. </listitem>
  361. </itemizedlist>
  362. <para>
  363. There are no particular options for this barcode.
  364. </para>
  365. <note>
  366. <para>
  367. If the number of characters is lower than 12,
  368. <classname>Zend_Barcode_Object_Identcode</classname> will automatically prepend
  369. missing zeros to the barcode text.
  370. </para>
  371. </note>
  372. </sect3>
  373. <sect3 id="zend.barcode.objects.details.itf14">
  374. <title>Zend_Barcode_Object_Itf14</title>
  375. <para>
  376. <inlinegraphic width="155" align="center" valign="middle"
  377. fileref="figures/zend.barcode.objects.details.itf14.png" format="PNG"/>
  378. </para>
  379. <para>
  380. This barcode extends <classname>Zend_Barcode_Object_Code25interleaved</classname>
  381. (Code 2 of 5 Interleaved), and inherits some of its capabilities; it also has a few
  382. particulars of its own.
  383. </para>
  384. <itemizedlist>
  385. <listitem>
  386. <para>
  387. <emphasis>Name:</emphasis> <acronym>ITF</acronym>-14
  388. </para>
  389. </listitem>
  390. <listitem>
  391. <para>
  392. <emphasis>Allowed characters:</emphasis> '0123456789'
  393. </para>
  394. </listitem>
  395. <listitem>
  396. <para>
  397. <emphasis>Checksum:</emphasis> mandatory (modulo 10)
  398. </para>
  399. </listitem>
  400. <listitem>
  401. <para>
  402. <emphasis>Length:</emphasis> 14 characters (including checksum)
  403. </para>
  404. </listitem>
  405. </itemizedlist>
  406. <para>
  407. There are no particular options for this barcode.
  408. </para>
  409. <note>
  410. <para>
  411. If the number of characters is lower than 14,
  412. <classname>Zend_Barcode_Object_Itf14</classname> will automatically prepend
  413. missing zeros to the barcode text.
  414. </para>
  415. </note>
  416. </sect3>
  417. <sect3 id="zend.barcode.objects.details.leitcode">
  418. <title>Zend_Barcode_Object_Leitcode</title>
  419. <para>
  420. <inlinegraphic width="155" align="center" valign="middle"
  421. fileref="figures/zend.barcode.objects.details.leitcode.png" format="PNG"/>
  422. </para>
  423. <para>
  424. This barcode extends <classname>Zend_Barcode_Object_Identcode</classname>
  425. (Deutsche Post Identcode), and inherits some of its capabilities; it also has a few
  426. particulars of its own.
  427. </para>
  428. <itemizedlist>
  429. <listitem>
  430. <para>
  431. <emphasis>Name:</emphasis> Leitcode (Deutsche Post Leitcode)
  432. </para>
  433. </listitem>
  434. <listitem>
  435. <para>
  436. <emphasis>Allowed characters:</emphasis> '0123456789'
  437. </para>
  438. </listitem>
  439. <listitem>
  440. <para>
  441. <emphasis>Checksum:</emphasis> mandatory (modulo 10 different from Code25)
  442. </para>
  443. </listitem>
  444. <listitem>
  445. <para>
  446. <emphasis>Length:</emphasis> 14 characters (including checksum)
  447. </para>
  448. </listitem>
  449. </itemizedlist>
  450. <para>
  451. There are no particular options for this barcode.
  452. </para>
  453. <note>
  454. <para>
  455. If the number of characters is lower than 14,
  456. <classname>Zend_Barcode_Object_Leitcode</classname> will automatically
  457. prepend missing zeros to the barcode text.
  458. </para>
  459. </note>
  460. </sect3>
  461. <sect3 id="zend.barcode.objects.details.planet">
  462. <title>Zend_Barcode_Object_Planet</title>
  463. <para>
  464. <inlinegraphic width="286" align="center" valign="middle"
  465. fileref="figures/zend.barcode.objects.details.planet.png" format="PNG"/>
  466. </para>
  467. <itemizedlist>
  468. <listitem>
  469. <para>
  470. <emphasis>Name:</emphasis> Planet (PostaL Alpha Numeric Encoding Technique)
  471. </para>
  472. </listitem>
  473. <listitem>
  474. <para>
  475. <emphasis>Allowed characters:</emphasis> '0123456789'
  476. </para>
  477. </listitem>
  478. <listitem>
  479. <para>
  480. <emphasis>Checksum:</emphasis> mandatory (modulo 10)
  481. </para>
  482. </listitem>
  483. <listitem>
  484. <para>
  485. <emphasis>Length:</emphasis> 12 or 14 characters (including checksum)
  486. </para>
  487. </listitem>
  488. </itemizedlist>
  489. <para>
  490. There are no particular options for this barcode.
  491. </para>
  492. </sect3>
  493. <sect3 id="zend.barcode.objects.details.postnet">
  494. <title>Zend_Barcode_Object_Postnet</title>
  495. <para>
  496. <inlinegraphic width="286" align="center" valign="middle"
  497. fileref="figures/zend.barcode.objects.details.postnet.png" format="PNG"/>
  498. </para>
  499. <itemizedlist>
  500. <listitem>
  501. <para>
  502. <emphasis>Name:</emphasis> Postnet (POSTal Numeric Encoding Technique)
  503. </para>
  504. </listitem>
  505. <listitem>
  506. <para>
  507. <emphasis>Allowed characters:</emphasis> '0123456789'
  508. </para>
  509. </listitem>
  510. <listitem>
  511. <para>
  512. <emphasis>Checksum:</emphasis> mandatory (modulo 10)
  513. </para>
  514. </listitem>
  515. <listitem>
  516. <para>
  517. <emphasis>Length:</emphasis> 6, 7, 10 or 12 characters (including checksum)
  518. </para>
  519. </listitem>
  520. </itemizedlist>
  521. <para>
  522. There are no particular options for this barcode.
  523. </para>
  524. </sect3>
  525. <sect3 id="zend.barcode.objects.details.royalmail">
  526. <title>Zend_Barcode_Object_Royalmail</title>
  527. <para>
  528. <inlinegraphic width="158" align="center" valign="middle"
  529. fileref="figures/zend.barcode.objects.details.royalmail.png" format="PNG"/>
  530. </para>
  531. <itemizedlist>
  532. <listitem>
  533. <para>
  534. <emphasis>Name:</emphasis> Royal Mail or <acronym>RM4SCC</acronym> (Royal Mail
  535. 4-State Customer Code)
  536. </para>
  537. </listitem>
  538. <listitem>
  539. <para>
  540. <emphasis>Allowed characters:</emphasis> '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  541. </para>
  542. </listitem>
  543. <listitem>
  544. <para>
  545. <emphasis>Checksum:</emphasis> mandatory
  546. </para>
  547. </listitem>
  548. <listitem>
  549. <para>
  550. <emphasis>Length:</emphasis> variable
  551. </para>
  552. </listitem>
  553. </itemizedlist>
  554. <para>
  555. There are no particular options for this barcode.
  556. </para>
  557. </sect3>
  558. <sect3 id="zend.barcode.objects.details.upca">
  559. <title>Zend_Barcode_Object_Upca</title>
  560. <para>
  561. <inlinegraphic width="115" align="center" valign="middle"
  562. fileref="figures/zend.barcode.objects.details.upca.png" format="PNG"/>
  563. </para>
  564. <para>
  565. This barcode extends <classname>Zend_Barcode_Object_Ean13</classname>
  566. (<acronym>EAN</acronym>-13), and inherits some of its capabilities; it also has a few
  567. particulars of its own.
  568. </para>
  569. <itemizedlist>
  570. <listitem>
  571. <para>
  572. <emphasis>Name:</emphasis> <acronym>UPC</acronym>-A (Universal Product Code)
  573. </para>
  574. </listitem>
  575. <listitem>
  576. <para>
  577. <emphasis>Allowed characters:</emphasis> '0123456789'
  578. </para>
  579. </listitem>
  580. <listitem>
  581. <para>
  582. <emphasis>Checksum:</emphasis> mandatory (modulo 10)
  583. </para>
  584. </listitem>
  585. <listitem>
  586. <para>
  587. <emphasis>Length:</emphasis> 12 characters (including checksum)
  588. </para>
  589. </listitem>
  590. </itemizedlist>
  591. <para>
  592. There are no particular options for this barcode.
  593. </para>
  594. <note>
  595. <para>
  596. If the number of characters is lower than 12,
  597. <classname>Zend_Barcode_Object_Upca</classname> will automatically
  598. prepend missing zeros to the barcode text.
  599. </para>
  600. <para>
  601. The option <property>withQuietZones</property> has no effect with this barcode.
  602. </para>
  603. </note>
  604. </sect3>
  605. <sect3 id="zend.barcode.objects.details.upce">
  606. <title>Zend_Barcode_Object_Upce</title>
  607. <para>
  608. <inlinegraphic width="71" align="center" valign="middle"
  609. fileref="figures/zend.barcode.objects.details.upce.png" format="PNG"/>
  610. </para>
  611. <para>
  612. This barcode extends <classname>Zend_Barcode_Object_Upca</classname>
  613. (<acronym>UPC</acronym>-A), and inherits some of its capabilities; it also has a few
  614. particulars of its own. The first character of the text to encode
  615. is the system (0 or 1).
  616. </para>
  617. <itemizedlist>
  618. <listitem>
  619. <para>
  620. <emphasis>Name:</emphasis> <acronym>UPC</acronym>-E (Universal Product Code)
  621. </para>
  622. </listitem>
  623. <listitem>
  624. <para>
  625. <emphasis>Allowed characters:</emphasis> '0123456789'
  626. </para>
  627. </listitem>
  628. <listitem>
  629. <para>
  630. <emphasis>Checksum:</emphasis> mandatory (modulo 10)
  631. </para>
  632. </listitem>
  633. <listitem>
  634. <para>
  635. <emphasis>Length:</emphasis> 8 characters (including checksum)
  636. </para>
  637. </listitem>
  638. </itemizedlist>
  639. <para>
  640. There are no particular options for this barcode.
  641. </para>
  642. <note>
  643. <para>
  644. If the number of characters is lower than 8,
  645. <classname>Zend_Barcode_Object_Upce</classname> will automatically
  646. prepend missing zeros to the barcode text.
  647. </para>
  648. </note>
  649. <note>
  650. <para>
  651. If the first character of the text to encode is not 0 or 1,
  652. <classname>Zend_Barcode_Object_Upce</classname> will automatically
  653. replace it by 0.
  654. </para>
  655. <para>
  656. The option <property>withQuietZones</property> has no effect with this barcode.
  657. </para>
  658. </note>
  659. </sect3>
  660. </sect2>