default
[ class tree: default ] [ index: default ] [ all elements ]

Class: FPDF

Source Location: /PHPExcel/Shared/PDF/fpdf.php

Class Overview




Variables

Methods



Class Details

[line 16]


[ Top ]


Class Variables

$AliasNbPages =

[line 70]


Type:   mixed


[ Top ]

$author =

[line 67]


Type:   mixed


[ Top ]

$AutoPageBreak =

[line 60]


Type:   mixed


[ Top ]

$bMargin =

[line 37]


Type:   mixed


[ Top ]

$buffer =

[line 22]


Type:   mixed


[ Top ]

$cMargin =

[line 38]


Type:   mixed


[ Top ]

$ColorFlag =

[line 58]


Type:   mixed


[ Top ]

$compress =

[line 25]


Type:   mixed


[ Top ]

$CoreFonts =

[line 42]


Type:   mixed


[ Top ]

$creator =

[line 69]


Type:   mixed


[ Top ]

$CurOrientation =

[line 27]


Type:   mixed


[ Top ]

$CurrentFont =

[line 52]


Type:   mixed


[ Top ]

$DefOrientation =

[line 26]


Type:   mixed


[ Top ]

$diffs =

[line 45]


Type:   mixed


[ Top ]

$DrawColor =

[line 55]


Type:   mixed


[ Top ]

$fh =

[line 31]


Type:   mixed


[ Top ]

$fhPt =

[line 30]


Type:   mixed


[ Top ]

$FillColor =

[line 56]


Type:   mixed


[ Top ]

$FontFamily =

[line 49]


Type:   mixed


[ Top ]

$FontFiles =

[line 44]


Type:   mixed


[ Top ]

$fonts =

[line 43]


Type:   mixed


[ Top ]

$FontSize =

[line 54]


Type:   mixed


[ Top ]

$FontSizePt =

[line 53]


Type:   mixed


[ Top ]

$FontStyle =

[line 50]


Type:   mixed


[ Top ]

$fw =

[line 31]


Type:   mixed


[ Top ]

$fwPt =

[line 30]


Type:   mixed


[ Top ]

$h =

[line 33]


Type:   mixed


[ Top ]

$hPt =

[line 32]


Type:   mixed


[ Top ]

$images =

[line 46]


Type:   mixed


[ Top ]

$InFooter =

[line 62]


Type:   mixed


[ Top ]

$k =

[line 29]


Type:   mixed


[ Top ]

$keywords =

[line 68]


Type:   mixed


[ Top ]

$lasth =

[line 40]


Type:   mixed


[ Top ]

$LayoutMode =

[line 64]


Type:   mixed


[ Top ]

$LineWidth =

[line 41]


Type:   mixed


[ Top ]

$links =

[line 48]


Type:   mixed


[ Top ]

$lMargin =

[line 34]


Type:   mixed


[ Top ]

$n =

[line 20]


Type:   mixed


[ Top ]

$offsets =

[line 21]


Type:   mixed


[ Top ]

$OrientationChanges =

[line 28]


Type:   mixed


[ Top ]

$page =

[line 19]


Type:   mixed


[ Top ]

$PageBreakTrigger =

[line 61]


Type:   mixed


[ Top ]

$PageLinks =

[line 47]


Type:   mixed


[ Top ]

$pages =

[line 23]


Type:   mixed


[ Top ]

$PDFVersion =

[line 71]


Type:   mixed


[ Top ]

$rMargin =

[line 36]


Type:   mixed


[ Top ]

$state =

[line 24]


Type:   mixed


[ Top ]

$subject =

[line 66]


Type:   mixed


[ Top ]

$TextColor =

[line 57]


Type:   mixed


[ Top ]

$title =

[line 65]


Type:   mixed


[ Top ]

$tMargin =

[line 35]


Type:   mixed


[ Top ]

$underline =

[line 51]


Type:   mixed


[ Top ]

$w =

[line 33]


Type:   mixed


[ Top ]

$wPt =

[line 32]


Type:   mixed


[ Top ]

$ws =

[line 59]


Type:   mixed


[ Top ]

$x =

[line 39]


Type:   mixed


[ Top ]

$y =

[line 39]


Type:   mixed


[ Top ]

$ZoomMode =

[line 63]


Type:   mixed


[ Top ]



Class Methods


constructor FPDF [line 78]

FPDF FPDF( [ $orientation = 'P'], [ $unit = 'mm'], [ $format = 'A4'])

*****************************************************************************

***************************************************************************** * Public methods * ******************************************************************************




Parameters:

   $orientation  
   $unit  
   $format  

[ Top ]

method AcceptPageBreak [line 618]

void AcceptPageBreak( )



[ Top ]

method AddFont [line 464]

void AddFont( $family, [ $style = ''], [ $file = ''])



Parameters:

   $family  
   $style  
   $file  

[ Top ]

method AddLink [line 583]

void AddLink( )



[ Top ]

method AddPage [line 310]

void AddPage( [ $orientation = ''])



Parameters:

   $orientation  

[ Top ]

method AliasNbPages [line 273]

void AliasNbPages( [ $alias = '{nb}'])



Parameters:

   $alias  

[ Top ]

method Cell [line 624]

void Cell( $w, [ $h = 0], [ $txt = ''], [ $border = 0], [ $ln = 0], [ $align = ''], [ $fill = 0], [ $link = ''])



Parameters:

   $w  
   $h  
   $txt  
   $border  
   $ln  
   $align  
   $fill  
   $link  

[ Top ]

method Close [line 293]

void Close( )



[ Top ]

method Error [line 279]

void Error( $msg)



Parameters:

   $msg  

[ Top ]

method Footer [line 382]

void Footer( )



[ Top ]

method GetStringWidth [line 426]

void GetStringWidth( $s)



Parameters:

   $s  

[ Top ]

method GetX [line 981]

void GetX( )



[ Top ]

method GetY [line 996]

void GetY( )



[ Top ]

method Header [line 377]

void Header( )



[ Top ]

method Image [line 899]

void Image( $file, $x, $y, [ $w = 0], [ $h = 0], [ $type = ''], [ $link = ''], [ $tempFolder = ''])



Parameters:

   $file  
   $x  
   $y  
   $w  
   $h  
   $type  
   $link  
   $tempFolder  

[ Top ]

method Line [line 446]

void Line( $x1, $y1, $x2, $y2)



Parameters:

   $x1  
   $y1  
   $x2  
   $y2  

[ Top ]

method Link [line 601]

void Link( $x, $y, $w, $h, $link)



Parameters:

   $x  
   $y  
   $w  
   $h  
   $link  

[ Top ]

method Ln [line 971]

void Ln( [ $h = ''])



Parameters:

   $h  

[ Top ]

method MultiCell [line 703]

void MultiCell( $w, $h, $txt, [ $border = 0], [ $align = 'J'], [ $fill = 0])



Parameters:

   $w  
   $h  
   $txt  
   $border  
   $align  
   $fill  

[ Top ]

method Open [line 287]

void Open( )



[ Top ]

method Output [line 1019]

void Output( [ $name = ''], [ $dest = ''])



Parameters:

   $name  
   $dest  

[ Top ]

method PageNo [line 387]

void PageNo( )



[ Top ]

method Rect [line 452]

void Rect( $x, $y, $w, $h, [ $style = ''])



Parameters:

   $x  
   $y  
   $w  
   $h  
   $style  

[ Top ]

method SetAuthor [line 255]

void SetAuthor( $author)



Parameters:

   $author  

[ Top ]

method SetAutoPageBreak [line 213]

void SetAutoPageBreak( $auto, [ $margin = 0])



Parameters:

   $auto  
   $margin  

[ Top ]

method SetCompression [line 234]

void SetCompression( $compress)



Parameters:

   $compress  

[ Top ]

method SetCreator [line 267]

void SetCreator( $creator)



Parameters:

   $creator  

[ Top ]

method SetDisplayMode [line 221]

void SetDisplayMode( $zoom, [ $layout = 'continuous'])



Parameters:

   $zoom  
   $layout  

[ Top ]

method SetDrawColor [line 393]

void SetDrawColor( $r, [ $g = -1], [ $b = -1])



Parameters:

   $r  
   $g  
   $b  

[ Top ]

method SetFillColor [line 404]

void SetFillColor( $r, [ $g = -1], [ $b = -1])



Parameters:

   $r  
   $g  
   $b  

[ Top ]

method SetFont [line 512]

void SetFont( $family, [ $style = ''], [ $size = 0])



Parameters:

   $family  
   $style  
   $size  

[ Top ]

method SetFontSize [line 572]

void SetFontSize( $size)



Parameters:

   $size  

[ Top ]

method SetKeywords [line 261]

void SetKeywords( $keywords)



Parameters:

   $keywords  

[ Top ]

method SetLeftMargin [line 193]

void SetLeftMargin( $margin)



Parameters:

   $margin  

[ Top ]

method SetLineWidth [line 438]

void SetLineWidth( $width)



Parameters:

   $width  

[ Top ]

method SetLink [line 591]

void SetLink( $link, [ $y = 0], [ $page = -1])



Parameters:

   $link  
   $y  
   $page  

[ Top ]

method SetMargins [line 183]

void SetMargins( $left, $top, [ $right = -1])



Parameters:

   $left  
   $top  
   $right  

[ Top ]

method SetRightMargin [line 207]

void SetRightMargin( $margin)



Parameters:

   $margin  

[ Top ]

method SetSubject [line 249]

void SetSubject( $subject)



Parameters:

   $subject  

[ Top ]

method SetTextColor [line 416]

void SetTextColor( $r, [ $g = -1], [ $b = -1])



Parameters:

   $r  
   $g  
   $b  

[ Top ]

method SetTitle [line 243]

void SetTitle( $title)



Parameters:

   $title  

[ Top ]

method SetTopMargin [line 201]

void SetTopMargin( $margin)



Parameters:

   $margin  

[ Top ]

method SetX [line 987]

void SetX( $x)



Parameters:

   $x  

[ Top ]

method SetXY [line 1012]

void SetXY( $x, $y)



Parameters:

   $x  
   $y  

[ Top ]

method SetY [line 1002]

void SetY( $y)



Parameters:

   $y  

[ Top ]

method Text [line 607]

void Text( $x, $y, $txt)



Parameters:

   $x  
   $y  
   $txt  

[ Top ]

method Write [line 818]

void Write( $h, $txt, [ $link = ''])



Parameters:

   $h  
   $txt  
   $link  

[ Top ]

method _beginpage [line 1460]

void _beginpage( $orientation)



Tags:

access:  private


Parameters:

   $orientation  

[ Top ]

method _dochecks [line 1092]

void _dochecks( )

*****************************************************************************

***************************************************************************** * Protected methods * ******************************************************************************




Tags:

access:  private


[ Top ]

method _dounderline [line 1513]

void _dounderline( $x, $y, $txt)



Tags:

access:  private


Parameters:

   $x  
   $y  
   $txt  

[ Top ]

method _enddoc [line 1425]

void _enddoc( )



Tags:

access:  private


[ Top ]

method _endpage [line 1499]

void _endpage( )



Tags:

access:  private


[ Top ]

method _escape [line 1642]

void _escape( $s)



Tags:

access:  private


Parameters:

   $s  

[ Top ]

method _freadint [line 1629]

void _freadint( $f)



Tags:

access:  private


Parameters:

   $f  

[ Top ]

method _getfontpath [line 1102]

void _getfontpath( )



Tags:

access:  private


[ Top ]

method _newobj [line 1505]

void _newobj( )



Tags:

access:  private


[ Top ]

method _out [line 1655]

void _out( $s)



Tags:

access:  private


Parameters:

   $s  

[ Top ]

method _parsejpg [line 1522]

void _parsejpg( $file)



Tags:

access:  private


Parameters:

   $file  

[ Top ]

method _parsepng [line 1546]

void _parsepng( $file)



Tags:

access:  private


Parameters:

   $file  

[ Top ]

method _putcatalog [line 1393]

void _putcatalog( )



Tags:

access:  private


[ Top ]

method _putfonts [line 1180]

void _putfonts( )



Tags:

access:  private


[ Top ]

method _putheader [line 1413]

void _putheader( )



Tags:

access:  private


[ Top ]

method _putimages [line 1297]

void _putimages( )



Tags:

access:  private


[ Top ]

method _putinfo [line 1377]

void _putinfo( )



Tags:

access:  private


[ Top ]

method _putpages [line 1109]

void _putpages( )



Tags:

access:  private


[ Top ]

method _putresourcedict [line 1352]

void _putresourcedict( )



Tags:

access:  private


[ Top ]

method _putresources [line 1364]

void _putresources( )



Tags:

access:  private


[ Top ]

method _putstream [line 1648]

void _putstream( $s)



Tags:

access:  private


Parameters:

   $s  

[ Top ]

method _puttrailer [line 1418]

void _puttrailer( )



Tags:

access:  private


[ Top ]

method _putxobjectdict [line 1346]

void _putxobjectdict( )



Tags:

access:  private


[ Top ]

method _textstring [line 1636]

void _textstring( $s)



Tags:

access:  private


Parameters:

   $s  

[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:37:22 +0100 by phpDocumentor 1.4.1