PHP 클래스 Eduardokum\LaravelBoleto\Boleto\Render\AbstractPdf

상속: extends fpdf\FPDF
파일 보기 프로젝트 열기: eduardokum/laravel-boleto 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$CurrPageGroup variable containing the number of pages of the groups
$NewPageGroup PAGE GROUP
$PageGroups variable indicating whether a new group was requested
$angle
$javascript INCLUDE JS
$n_js

공개 메소드들

메소드 설명
GroupPageNo ( ) current page in the group
Output ( string $name = '', string $dest = 'I', boolean $print = false ) : string | void
PageGroupAlias ( ) alias of the current page group -- will be replaced by the total number of pages in this group
StartPageGroup ( ) create a new page group; call this before calling AddPage()
__construct ( $orientation = 'P', $unit = 'mm', $size = [210, 297] )
_beginpage ( $orientation, $size )
_putcatalog ( )
_putpages ( )
_putresources ( )
i25 ( $xpos, $ypos, $code, integer $basewidth = 1, integer $height = 10 ) BarCode

보호된 메소드들

메소드 설명
IncludeJS ( $script )
_ ( )
_putjavascript ( )
calculateDimensions ( $width, $height, $maxwidth, $maxheight ) : array
point2px ( $pt ) : float
rotate ( $angle, integer $x, integer $y )
textFitCell ( $w, $h, $txt, $border, $ln, $align, float $dec = 0.1 )

메소드 상세

GroupPageNo() 공개 메소드

current page in the group
public GroupPageNo ( )

IncludeJS() 보호된 메소드

protected IncludeJS ( $script )

Output() 공개 메소드

public Output ( string $name = '', string $dest = 'I', boolean $print = false ) : string | void
$name string
$dest string I: send the file inline to the browser.
D: send to the browser and force download.
F: save to a local
S: return as a string. name is ignored.
$print boolean 1 imprime 0 nao imprime
리턴 string | void

PageGroupAlias() 공개 메소드

alias of the current page group -- will be replaced by the total number of pages in this group
public PageGroupAlias ( )

StartPageGroup() 공개 메소드

create a new page group; call this before calling AddPage()
public StartPageGroup ( )

_() 보호된 메소드

protected _ ( )

__construct() 공개 메소드

public __construct ( $orientation = 'P', $unit = 'mm', $size = [210, 297] )

_beginpage() 공개 메소드

public _beginpage ( $orientation, $size )

_putcatalog() 공개 메소드

public _putcatalog ( )

_putjavascript() 보호된 메소드

protected _putjavascript ( )

_putpages() 공개 메소드

public _putpages ( )

_putresources() 공개 메소드

public _putresources ( )

calculateDimensions() 보호된 메소드

protected calculateDimensions ( $width, $height, $maxwidth, $maxheight ) : array
$width
$height
$maxwidth
$maxheight
리턴 array

i25() 공개 메소드

BarCode
public i25 ( $xpos, $ypos, $code, integer $basewidth = 1, integer $height = 10 )
$xpos
$ypos
$code
$basewidth integer
$height integer

point2px() 보호된 메소드

protected point2px ( $pt ) : float
$pt
리턴 float

rotate() 보호된 메소드

protected rotate ( $angle, integer $x, integer $y )
$angle
$x integer
$y integer

textFitCell() 보호된 메소드

protected textFitCell ( $w, $h, $txt, $border, $ln, $align, float $dec = 0.1 )
$w
$h
$txt
$border
$ln
$align
$dec float

프로퍼티 상세

$CurrPageGroup 보호되어 있는 프로퍼티

variable containing the number of pages of the groups
protected $CurrPageGroup

$NewPageGroup 보호되어 있는 프로퍼티

PAGE GROUP
protected $NewPageGroup

$PageGroups 보호되어 있는 프로퍼티

variable indicating whether a new group was requested
protected $PageGroups

$angle 보호되어 있는 프로퍼티

protected $angle

$javascript 보호되어 있는 프로퍼티

INCLUDE JS
protected $javascript

$n_js 보호되어 있는 프로퍼티

protected $n_js