Zend Framework
1.12
|
Public Member Functions | |
__construct ($anotherStyle=null) | |
Create style. | |
setFillColor (Zend_Pdf_Color $color) | |
Set fill color. | |
setLineColor (Zend_Pdf_Color $color) | |
Set line color. | |
setLineWidth ($width) | |
Set line width. | |
setLineDashingPattern ($pattern, $phase=0) | |
Set line dashing pattern. | |
setFont (Zend_Pdf_Resource_Font $font, $fontSize) | |
Set current font. | |
setFontSize ($fontSize) | |
Modify current font size. | |
getFillColor () | |
Get fill color. | |
getLineColor () | |
Get line color. | |
getLineWidth () | |
Get line width. | |
getLineDashingPattern () | |
Get line dashing pattern. | |
getFont () | |
Get current font. | |
getFontSize () | |
Get current font size. | |
getLineDashingPhase () | |
Get line dashing phase. | |
instructions () | |
Dump style to a string, which can be directly inserted into content stream. | |
__construct | ( | $anotherStyle = null | ) |
Create style.
Zend_Pdf_Style | $anotherStyle |
getFillColor | ( | ) |
Get fill color.
getFont | ( | ) |
Get current font.
getFontSize | ( | ) |
Get current font size.
getLineColor | ( | ) |
Get line color.
getLineDashingPattern | ( | ) |
Get line dashing pattern.
getLineDashingPhase | ( | ) |
Get line dashing phase.
getLineWidth | ( | ) |
Get line width.
instructions | ( | ) |
Dump style to a string, which can be directly inserted into content stream.
setFillColor | ( | Zend_Pdf_Color | $color | ) |
Set fill color.
Zend_Pdf_Color | $color |
setFont | ( | Zend_Pdf_Resource_Font | $font, |
$fontSize | |||
) |
Set current font.
Zend_Pdf_Resource_Font | $font | |
float | $fontSize |
setFontSize | ( | $fontSize | ) |
Modify current font size.
float | $fontSize |
setLineColor | ( | Zend_Pdf_Color | $color | ) |
Set line color.
Zend_Pdf_Color | $color |
setLineDashingPattern | ( | $pattern, | |
$phase = 0 |
|||
) |
Set line dashing pattern.
array | $pattern | |
float | $phase |
setLineWidth | ( | $width | ) |
Set line width.
float | $width |