Class FPDF

Description

Located in /fpdf/fpdf.php (line 15)


	
			
Direct descendents
Class Description
report
Variable Summary
mixed $author
mixed $bMargin
mixed $buffer
mixed $cMargin
mixed $ColorFlag
mixed $compress
mixed $CoreFonts
mixed $creator
mixed $CurrentFont
mixed $diffs
mixed $DrawColor
mixed $FillColor
mixed $FontFamily
mixed $FontFiles
mixed $fonts
mixed $FontSize
mixed $FontSizePt
mixed $FontStyle
mixed $fw,$fh
mixed $fwPt,$fhPt
mixed $images
mixed $InFooter
mixed $k
mixed $keywords
mixed $lasth
mixed $LayoutMode
mixed $LineWidth
mixed $links
mixed $lMargin
mixed $n
mixed $offsets
mixed $page
mixed $PageLinks
mixed $pages
mixed $PDFVersion
mixed $rMargin
mixed $state
mixed $subject
mixed $TextColor
mixed $title
mixed $tMargin
mixed $underline
mixed $w,$h
mixed $wPt,$hPt
mixed $ws
mixed $x,$y
mixed $ZoomMode
Method Summary
FPDF FPDF ([ $orientation = 'P'], [ $unit = 'mm'], [ $format = 'A4'])
void AcceptPageBreak ()
void AddFont ( $family, [ $style = ''], [ $file = ''])
void AddLink ()
void AddPage ([ $orientation = ''])
void AliasNbPages ([ $alias = '{nb}'])
void Cell ( $w, [ $h = 0], [ $txt = ''], [ $border = 0], [ $ln = 0], [ $align = ''], [ $fill = 0], [ $link = ''])
void Close ()
void Error ( $msg)
void Footer ()
void GetStringWidth ( $s)
void GetX ()
void GetY ()
void Header ()
void Image ( $file,  $x,  $y, [ $w = 0], [ $h = 0], [ $type = ''], [ $link = ''])
void Line ( $x1,  $y1,  $x2,  $y2)
void Link ( $x,  $y,  $w,  $h,  $link)
void Ln ([ $h = ''])
void MultiCell ( $w,  $h,  $txt, [ $border = 0], [ $align = 'J'], [ $fill = 0])
void Open ()
void Output ([ $name = ''], [ $dest = ''])
void PageNo ()
void Rect ( $x,  $y,  $w,  $h, [ $style = ''])
void SetAuthor ( $author)
void SetAutoPageBreak ( $auto, [ $margin = 0])
void SetCompression ( $compress)
void SetCreator ( $creator)
void SetDisplayMode ( $zoom, [ $layout = 'continuous'])
void SetDrawColor ( $r, [ $g = -1], [ $b = -1])
void SetFillColor ( $r, [ $g = -1], [ $b = -1])
void SetFont ( $family, [ $style = ''], [ $size = 0])
void SetFontSize ( $size)
void SetKeywords ( $keywords)
void SetLeftMargin ( $margin)
void SetLineWidth ( $width)
void SetLink ( $link, [ $y = 0], [ $page = -1])
void SetMargins ( $left,  $top, [ $right = -1])
void SetRightMargin ( $margin)
void SetSubject ( $subject)
void SetTextColor ( $r, [ $g = -1], [ $b = -1])
void SetTitle ( $title)
void SetTopMargin ( $margin)
void SetX ( $x)
void SetXY ( $x,  $y)
void SetY ( $y)
void Text ( $x,  $y,  $txt)
void Write ( $h,  $txt, [ $link = ''])
void _beginpage ( $orientation)
void _dochecks ()
void _dounderline ( $x,  $y,  $txt)
void _enddoc ()
void _endpage ()
void _escape ( $s)
void _freadint ( $f)
void _getfontpath ()
void _newobj ()
void _out ( $s)
void _parsejpg ( $file)
void _parsepng ( $file)
void _putcatalog ()
void _putfonts ()
void _putheader ()
void _putimages ()
void _putinfo ()
void _putpages ()
void _putresources ()
void _putstream ( $s)
void _puttrailer ()
void _putxobjectdict ()
void _textstring ( $s)
Variables
mixed $AliasNbPages (line 69)
mixed $author (line 66)
mixed $AutoPageBreak (line 59)
mixed $bMargin (line 36)
mixed $buffer (line 21)
mixed $cMargin (line 37)
mixed $ColorFlag (line 57)
mixed $compress (line 24)
mixed $CoreFonts (line 41)
mixed $creator (line 68)
mixed $CurOrientation (line 26)
mixed $CurrentFont (line 51)
mixed $DefOrientation (line 25)
mixed $diffs (line 44)
mixed $DrawColor (line 54)
mixed $FillColor (line 55)
mixed $FontFamily (line 48)
mixed $FontFiles (line 43)
mixed $fonts (line 42)
mixed $FontSize (line 53)
mixed $FontSizePt (line 52)
mixed $FontStyle (line 49)
mixed $fw,$fh (line 30)
mixed $fwPt,$fhPt (line 29)
mixed $images (line 45)
mixed $InFooter (line 61)
mixed $k (line 28)
mixed $keywords (line 67)
mixed $lasth (line 39)
mixed $LayoutMode (line 63)
mixed $LineWidth (line 40)
mixed $links (line 47)
mixed $lMargin (line 33)
mixed $n (line 19)
mixed $offsets (line 20)
mixed $OrientationChanges (line 27)
mixed $page (line 18)
mixed $PageBreakTrigger (line 60)
mixed $PageLinks (line 46)
mixed $pages (line 22)
mixed $PDFVersion (line 70)
mixed $rMargin (line 35)
mixed $state (line 23)
mixed $subject (line 65)
mixed $TextColor (line 56)
mixed $title (line 64)
mixed $tMargin (line 34)
mixed $underline (line 50)
mixed $w,$h (line 32)
mixed $wPt,$hPt (line 31)
mixed $ws (line 58)
mixed $x,$y (line 38)
mixed $ZoomMode (line 62)
Methods
Constructor FPDF (line 77)
FPDF FPDF ([ $orientation = 'P'], [ $unit = 'mm'], [ $format = 'A4'])
  • $orientation
  • $unit
  • $format
AcceptPageBreak (line 615)
void AcceptPageBreak ()
AddFont (line 461)
void AddFont ( $family, [ $style = ''], [ $file = ''])
  • $family
  • $style
  • $file
AddLink (line 580)
void AddLink ()
AddPage (line 307)
void AddPage ([ $orientation = ''])
  • $orientation
AliasNbPages (line 272)
void AliasNbPages ([ $alias = '{nb}'])
  • $alias
Cell (line 621)
void Cell ( $w, [ $h = 0], [ $txt = ''], [ $border = 0], [ $ln = 0], [ $align = ''], [ $fill = 0], [ $link = ''])
  • $w
  • $h
  • $txt
  • $border
  • $ln
  • $align
  • $fill
  • $link
Close (line 290)
void Close ()
Error (line 278)
void Error ( $msg)
  • $msg
Footer (line 379)
void Footer ()

Redefined in descendants as:
GetStringWidth (line 423)
void GetStringWidth ( $s)
  • $s
GetX (line 954)
void GetX ()
GetY (line 969)
void GetY ()
Header (line 374)
void Header ()

Redefined in descendants as:
Image (line 894)
void Image ( $file,  $x,  $y, [ $w = 0], [ $h = 0], [ $type = ''], [ $link = ''])
  • $file
  • $x
  • $y
  • $w
  • $h
  • $type
  • $link
Line (line 443)
void Line ( $x1,  $y1,  $x2,  $y2)
  • $x1
  • $y1
  • $x2
  • $y2
Link (line 598)
void Link ( $x,  $y,  $w,  $h,  $link)
  • $x
  • $y
  • $w
  • $h
  • $link
Ln (line 944)
void Ln ([ $h = ''])
  • $h
MultiCell (line 700)
void MultiCell ( $w,  $h,  $txt, [ $border = 0], [ $align = 'J'], [ $fill = 0])
  • $w
  • $h
  • $txt
  • $border
  • $align
  • $fill
Open (line 284)
void Open ()
Output (line 992)
void Output ([ $name = ''], [ $dest = ''])
  • $name
  • $dest
PageNo (line 384)
void PageNo ()
Rect (line 449)
void Rect ( $x,  $y,  $w,  $h, [ $style = ''])
  • $x
  • $y
  • $w
  • $h
  • $style
SetAuthor (line 254)
void SetAuthor ( $author)
  • $author
SetAutoPageBreak (line 212)
void SetAutoPageBreak ( $auto, [ $margin = 0])
  • $auto
  • $margin
SetCompression (line 233)
void SetCompression ( $compress)
  • $compress
SetCreator (line 266)
void SetCreator ( $creator)
  • $creator
SetDisplayMode (line 220)
void SetDisplayMode ( $zoom, [ $layout = 'continuous'])
  • $zoom
  • $layout
SetDrawColor (line 390)
void SetDrawColor ( $r, [ $g = -1], [ $b = -1])
  • $r
  • $g
  • $b
SetFillColor (line 401)
void SetFillColor ( $r, [ $g = -1], [ $b = -1])
  • $r
  • $g
  • $b
SetFont (line 509)
void SetFont ( $family, [ $style = ''], [ $size = 0])
  • $family
  • $style
  • $size
SetFontSize (line 569)
void SetFontSize ( $size)
  • $size
SetKeywords (line 260)
void SetKeywords ( $keywords)
  • $keywords
SetLeftMargin (line 192)
void SetLeftMargin ( $margin)
  • $margin
SetLineWidth (line 435)
void SetLineWidth ( $width)
  • $width
SetLink (line 588)
void SetLink ( $link, [ $y = 0], [ $page = -1])
  • $link
  • $y
  • $page
SetMargins (line 182)
void SetMargins ( $left,  $top, [ $right = -1])
  • $left
  • $top
  • $right
SetRightMargin (line 206)
void SetRightMargin ( $margin)
  • $margin
SetSubject (line 248)
void SetSubject ( $subject)
  • $subject
SetTextColor (line 413)
void SetTextColor ( $r, [ $g = -1], [ $b = -1])
  • $r
  • $g
  • $b
SetTitle (line 242)
void SetTitle ( $title)
  • $title
SetTopMargin (line 200)
void SetTopMargin ( $margin)
  • $margin
SetX (line 960)
void SetX ( $x)
  • $x
SetXY (line 985)
void SetXY ( $x,  $y)
  • $x
  • $y
SetY (line 975)
void SetY ( $y)
  • $y
Text (line 604)
void Text ( $x,  $y,  $txt)
  • $x
  • $y
  • $txt

Redefined in descendants as:
Write (line 813)
void Write ( $h,  $txt, [ $link = ''])
  • $h
  • $txt
  • $link
_beginpage (line 1432)
void _beginpage ( $orientation)
  • $orientation
_dochecks (line 1065)
void _dochecks ()
_dounderline (line 1485)
void _dounderline ( $x,  $y,  $txt)
  • $x
  • $y
  • $txt
_enddoc (line 1397)
void _enddoc ()
_endpage (line 1471)
void _endpage ()
_escape (line 1614)
void _escape ( $s)
  • $s
_freadint (line 1601)
void _freadint ( $f)
  • $f
_getfontpath (line 1075)
void _getfontpath ()
_newobj (line 1477)
void _newobj ()
_out (line 1627)
void _out ( $s)
  • $s
_parsejpg (line 1494)
void _parsejpg ( $file)
  • $file
_parsepng (line 1518)
void _parsepng ( $file)
  • $file
_putcatalog (line 1365)
void _putcatalog ()
_putfonts (line 1153)
void _putfonts ()
_putheader (line 1385)
void _putheader ()
_putimages (line 1270)
void _putimages ()
_putinfo (line 1349)
void _putinfo ()
_putpages (line 1082)
void _putpages ()
_putresourcedict (line 1324)
void _putresourcedict ()
_putresources (line 1336)
void _putresources ()
_putstream (line 1620)
void _putstream ( $s)
  • $s
_puttrailer (line 1390)
void _puttrailer ()
_putxobjectdict (line 1318)
void _putxobjectdict ()
_textstring (line 1608)
void _textstring ( $s)
  • $s

Documentation generated on Thu, 18 Oct 2007 13:50:11 -0300 by phpDocumentor 1.3.2