Zend Framework
1.12
|
Protected Attributes | |
$_codingMap | |
![]() | |
$_codingMap | |
![]() | |
$_barcodeNamespace = 'Zend_Barcode_Object' | |
$_instructions = array() | |
$_type = null | |
$_height = null | |
$_width = null | |
$_barHeight = 50 | |
$_barThinWidth = 1 | |
$_barThickWidth = 3 | |
$_factor = 1 | |
$_foreColor = 0x000000 | |
$_backgroundColor = 0xFFFFFF | |
$_withBorder = false | |
$_withQuietZones = true | |
$_mandatoryQuietZones = false | |
$_orientation = 0 | |
$_offsetTop = null | |
$_offsetLeft = null | |
$_text = null | |
$_drawText = true | |
$_stretchText = false | |
$_font = null | |
$_fontSize = 10 | |
$_withChecksum = false | |
$_withChecksumInText = false | |
$_barcodeLength = null | |
$_addLeadingZeros = true | |
$_mandatoryChecksum = false | |
$_substituteChecksumCharacter = 0 | |
Additional Inherited Members | |
![]() | |
getChecksum ($text) | |
Get barcode checksum. | |
![]() | |
static | setBarcodeFont ($font) |
Set the font for all instances of barcode. | |
![]() | |
_getDefaultOptions () | |
Default options for Postnet barcode. | |
_calculateBarcodeWidth () | |
Width of the barcode (in pixels) | |
_checkParams () | |
Partial check of interleaved Postnet barcode. | |
_prepareBarcode () | |
Prepare array to draw barcode. | |
![]() | |
static | $_staticFont = null |
|
protected |