Go to the source code of this file.
|
| $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) |
|
| $txt = "You can also export 1D barcodes in other formats (PNG, SVG, HTML). Check the examples inside the barcodes directory.\n" |
|
| $style |
|
| $style ['bgcolor'] = array(255,255,240) |
|
| $style ['fgcolor'] = array(127,0,0) |
|
| $style ['position'] = 'L' |
|
| $style ['position'] = 'C' |
|
| $style ['position'] = 'R' |
|
| $style ['fgcolor'] = array(0,127,0) |
|
| $style ['position'] = '' |
|
| $style ['stretch'] = false |
|
| $style ['fitwidth'] = false |
|
| $style ['align'] = 'L' |
|
| $style ['align'] = 'C' |
|
| $style ['align'] = 'R' |
|
| $style ['fgcolor'] = array(0,64,127) |
|
| $style ['position'] = '' |
|
| $style ['stretch'] = false |
|
| $style ['fitwidth'] = true |
|
| $style ['cellfitalign'] = 'L' |
|
| $style ['cellfitalign'] = 'C' |
|
| $style ['cellfitalign'] = 'R' |
|
| $style ['fgcolor'] = array(127,0,127) |
|
| $style ['position'] = 'L' |
|
| $style ['position'] = 'C' |
|
| $style ['position'] = 'R' |
|
◆ $pdf
◆ $style [1/24]
Initial value:= array(
'position' => '',
'align' => 'C',
'stretch' => false,
'fitwidth' => true,
'cellfitalign' => '',
'border' => true,
'hpadding' => 'auto',
'vpadding' => 'auto',
'fgcolor' => array(0,0,0),
'bgcolor' => false,
'text' => true,
'font' => 'helvetica',
'fontsize' => 8,
'stretchtext' => 4
)
Definition at line 88 of file example_027.php.
◆ $style [2/24]
◆ $style [3/24]
◆ $style [4/24]
◆ $style [5/24]
$style[ 'bgcolor'] = array(255,255,240) |
◆ $style [6/24]
$style[ 'cellfitalign'] = 'L' |
◆ $style [7/24]
$style[ 'cellfitalign'] = 'C' |
◆ $style [8/24]
$style[ 'cellfitalign'] = 'R' |
◆ $style [9/24]
$style[ 'fgcolor'] = array(127,0,0) |
◆ $style [10/24]
$style[ 'fgcolor'] = array(0,127,0) |
◆ $style [11/24]
$style[ 'fgcolor'] = array(0,64,127) |
◆ $style [12/24]
$style[ 'fgcolor'] = array(127,0,127) |
◆ $style [13/24]
$style[ 'fitwidth'] = false |
◆ $style [14/24]
$style[ 'fitwidth'] = true |
◆ $style [15/24]
$style[ 'position'] = 'L' |
◆ $style [16/24]
$style[ 'position'] = 'C' |
◆ $style [17/24]
$style[ 'position'] = 'R' |
◆ $style [18/24]
◆ $style [19/24]
◆ $style [20/24]
$style[ 'position'] = 'L' |
◆ $style [21/24]
$style[ 'position'] = 'C' |
◆ $style [22/24]
$style[ 'position'] = 'R' |
◆ $style [23/24]
$style[ 'stretch'] = false |
◆ $style [24/24]
$style[ 'stretch'] = false |
◆ $txt
$txt = "You can also export 1D barcodes in other formats (PNG, SVG, HTML). Check the examples inside the barcodes directory.\n" |