PHP 클래스 PhpSigep\Pdf\ImprovedFPDF

저자: : Stavarengo
상속: extends PhpSigepFPDF
파일 보기 프로젝트 열기: stavarengo/php-sigep 1 사용 예제들

공개 메소드들

메소드 설명
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 )

메소드 상세

AutoPrint() 공개 메소드

public AutoPrint ( $dialog = false )

AutoPrintToPrinter() 공개 메소드

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

CellXp() 공개 메소드

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

CheckPageBreak() 공개 메소드

public CheckPageBreak ( $h )

GetStringWidthXd() 공개 메소드

public GetStringWidthXd ( $s )

IncludeJS() 공개 메소드

public IncludeJS ( $script )

MultiCellXp() 공개 메소드

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

NbLines() 공개 메소드

public NbLines ( $w, $txt )

RoundedRect() 공개 메소드

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

Row() 공개 메소드

public Row ( $data )

SetAligns() 공개 메소드

public SetAligns ( $a )

SetDash() 공개 메소드

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

SetWidths() 공개 메소드

public SetWidths ( $w )

_() 공개 메소드

public _ ( $str )

_Arc() 공개 메소드

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

__construct() 공개 메소드

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

_putcatalog() 공개 메소드

public _putcatalog ( )

_putjavascript() 공개 메소드

public _putjavascript ( )

_putresources() 공개 메소드

public _putresources ( )

gdImage() 공개 메소드

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

getLineHeigth() 공개 메소드

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

memImage() 공개 메소드

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

restoreLastState() 공개 메소드

public restoreLastState ( )

saveState() 공개 메소드

public saveState ( )

setLineHeightPadding() 공개 메소드

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