PHP Class PhpSigep\Pdf\ImprovedFPDF

Author: : Stavarengo
Inheritance: extends PhpSigepFPDF
Afficher le fichier Open project: stavarengo/php-sigep Class Usage Examples

Méthodes publiques

Méthode Description
AutoPrint ( $dialog = false )
AutoPrintToPrinter ( $server, $printer, $dialog = false )
CellXp ( $w, $txt, $align = '', $ln, $h = null, $border, $fill = false, $link = '' )
CheckPageBreak ( $h )
GetStringWidthXd ( $s )
IncludeJS ( $script )
MultiCellXp ( $w, $txt, $h = null, $border, $align = 'L', $fill = false )
NbLines ( $w, $txt )
RoundedRect ( $x, $y, $w, $h, $r, $corners = '1234', $style = '' )
Row ( $data )
SetAligns ( $a )
SetDash ( $black = null, $white = null )
SetWidths ( $w )
_ ( $str )
_Arc ( $x1, $y1, $x2, $y2, $x3, $y3 )
__construct ( $orientation = 'P', $unit = 'mm', $size = 'A4' )
_putcatalog ( )
_putjavascript ( )
_putresources ( )
gdImage ( $im, $x = null, $y = null, $w, $h, $link = '' )
getLineHeigth ( integer $padding = null ) : integer
memImage ( $data, $x = null, $y = null, $w, $h, $link = '' )
restoreLastState ( )
saveState ( )
setLineHeightPadding ( integer $padding )

Method Details

AutoPrint() public méthode

public AutoPrint ( $dialog = false )

AutoPrintToPrinter() public méthode

public AutoPrintToPrinter ( $server, $printer, $dialog = false )

CellXp() public méthode

public CellXp ( $w, $txt, $align = '', $ln, $h = null, $border, $fill = false, $link = '' )

CheckPageBreak() public méthode

public CheckPageBreak ( $h )

GetStringWidthXd() public méthode

public GetStringWidthXd ( $s )

IncludeJS() public méthode

public IncludeJS ( $script )

MultiCellXp() public méthode

public MultiCellXp ( $w, $txt, $h = null, $border, $align = 'L', $fill = false )

NbLines() public méthode

public NbLines ( $w, $txt )

RoundedRect() public méthode

public RoundedRect ( $x, $y, $w, $h, $r, $corners = '1234', $style = '' )

Row() public méthode

public Row ( $data )

SetAligns() public méthode

public SetAligns ( $a )

SetDash() public méthode

public SetDash ( $black = null, $white = null )

SetWidths() public méthode

public SetWidths ( $w )

_() public méthode

public _ ( $str )

_Arc() public méthode

public _Arc ( $x1, $y1, $x2, $y2, $x3, $y3 )

__construct() public méthode

public __construct ( $orientation = 'P', $unit = 'mm', $size = 'A4' )

_putcatalog() public méthode

public _putcatalog ( )

_putjavascript() public méthode

public _putjavascript ( )

_putresources() public méthode

public _putresources ( )

gdImage() public méthode

public gdImage ( $im, $x = null, $y = null, $w, $h, $link = '' )

getLineHeigth() public méthode

public getLineHeigth ( integer $padding = null ) : integer
$padding integer Deve ser informado usando a unidade de medida passada no construtor.
Résultat integer

memImage() public méthode

public memImage ( $data, $x = null, $y = null, $w, $h, $link = '' )

restoreLastState() public méthode

public restoreLastState ( )

saveState() public méthode

public saveState ( )

setLineHeightPadding() public méthode

public setLineHeightPadding ( integer $padding )
$padding integer Deve ser informado usando a unidade de medida passada no construtor.