| com-tecnick-tcpdf |
| [ class tree: com-tecnick-tcpdf ] [ index: com-tecnick-tcpdf ] [ all elements ] |
|
Packages: PHPExcel com-tecnick-tcpdf JAMA Math_Stats PHPExcel_CachedObjectStorage PHPExcel_Calculation PHPExcel_Cell PHPExcel_Chart PHPExcel_Chart_Renderer PHPExcel_Reader PHPExcel_Reader_Excel5 PHPExcel_Reader_Excel2007 PHPExcel_RichText PHPExcel_Settings PHPExcel_Shared PHPExcel_Shared_Escher PHPExcel_Shared_OLE PHPExcel_Shared_Trend PHPExcel_Shared_ZipArchive PHPExcel_Style PHPExcel_Worksheet PHPExcel_Worksheet_Drawing PHPExcel_Writer PHPExcel_Writer_Excel5 PHPExcel_Writer_Excel2007 Files:
2dbarcodes.php
barcodes.php bra.php eng.php ger.php htmlcolors.php ita.php makeallttffonts.php makefont.php pdf417.php qrcode.php tcpdf.php tcpdf_config.php tcpdf_config_alt.php unicode_data.php Classes: |
[ Top ] $rsfactors = array(
|
| var: | of the Reed-Solomon polynomial equations used for error correction; one sub array for each correction level (0-8) |
| access: | protected |
| Type: | Factors |
[line 116]
| var: | pattern |
| access: | protected |
| Type: | start |
[line 122]
| var: | pattern |
| access: | protected |
| Type: | start |
[line 139]
| var: | codes for Text Compaction Sub-Modes |
| access: | protected |
| Type: | Switching |
[line 128]
| var: | Compaction Sub-Modes (values 0xFB - 0xFF are used for submode changers) |
| access: | protected |
| Type: | Text |
|
Creates a PDF417 object
| access: | public |
| string | $code | code to represent using PDF417 |
| int | $ecl | error correction level (0-8); default -1 = automatic correction level |
| float | $aspectratio | the width to height of the symbol (excluding quiet zones) òparam array $macro information for macro block |
| $macro |
|
| return: | barcode array readable by TCPDF; |
| access: | public |
|
| return: | of codewords |
| access: | protected |
| int | $mode | compaction mode number |
| string | $code | data to compact |
| boolean | $addmode | if true add the mode codeword at first position |
|
| return: | of error correction codewords |
| access: | protected |
| array | $cw | array of codewords including Symbol Lenght Descriptor and pad |
| int | $ecl | error correction level 0-8 |
|
| return: | error correction level |
| access: | protected |
| int | $ecl | error correction level |
| int | $numcw | number of data codewords |
|
| return: | array containing characters and classification |
| access: | protected |
| string | $code | code |