[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/include/inc_ext/html2fpdf/ -> fpdf.php (summary)

Software: FPDF                                                               * Version:  1.52(modified)                                                     * Date:     2003-12-30                                                         * Author:   Olivier PLATHEY                                                    * License:  Freeware                                                           *

File Size: 2389 lines (85 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 1 file
 include/inc_ext/html2fpdf/gif.php

Defines 1 class

FPDF:: (85 methods):
  FPDF()
  SetMargins()
  SetLeftMargin()
  SetTopMargin()
  SetRightMargin()
  SetAutoPageBreak()
  SetDisplayMode()
  SetCompression()
  SetTitle()
  SetSubject()
  SetAuthor()
  SetKeywords()
  SetCreator()
  AliasNbPages()
  Error()
  Open()
  Close()
  AddPage()
  Header()
  Footer()
  PageNo()
  SetDrawColor()
  SetFillColor()
  SetTextColor()
  GetStringWidth()
  SetLineWidth()
  Line()
  Rect()
  AddFont()
  SetFont()
  SetFontSize()
  AddLink()
  SetLink()
  Link()
  Text()
  AcceptPageBreak()
  Cell()
  MultiCell()
  Write()
  saveFont()
  restoreFont()
  newFlowingBlock()
  finishFlowingBlock()
  WriteFlowingBlock()
  WordWrap()
  _SetTextRendering()
  SetTextOutline()
  Circle()
  Ellipse()
  Image()
  DottedRect()
  DrawDot()
  SetDash()
  Bookmark()
  DisplayPreferences()
  _putbookmarks()
  Ln()
  GetX()
  SetX()
  GetY()
  SetY()
  SetXY()
  Output()
  _dochecks()
  _begindoc()
  _putpages()
  _putfonts()
  _putimages()
  _putresources()
  _putinfo()
  _putcatalog()
  _puttrailer()
  _enddoc()
  _beginpage()
  _endpage()
  _newobj()
  _dounderline()
  _parsejpg()
  _parsepng()
  _parsegif()
  _freadint()
  _textstring()
  _escape()
  _putstream()
  _out()


Class: FPDF  - X-Ref

FPDF( $orientation = 'P', $unit = 'mm', $format = 'A4' )   X-Ref
Public methods                                 *


SetMargins( $left, $top, $right = -1 )   X-Ref
No description

SetLeftMargin( $margin )   X-Ref
No description

SetTopMargin( $margin )   X-Ref
No description

SetRightMargin( $margin )   X-Ref
No description

SetAutoPageBreak( $auto, $margin = 0 )   X-Ref
No description

SetDisplayMode( $zoom, $layout = 'continuous' )   X-Ref
No description

SetCompression( $compress )   X-Ref
No description

SetTitle( $title )   X-Ref
No description

SetSubject( $subject )   X-Ref
No description

SetAuthor( $author )   X-Ref
No description

SetKeywords( $keywords )   X-Ref
No description

SetCreator( $creator )   X-Ref
No description

AliasNbPages( $alias = '{nb}' )   X-Ref
No description

Error( $msg )   X-Ref
No description

Open()   X-Ref
No description

Close()   X-Ref
No description

AddPage( $orientation = '' )   X-Ref
No description

Header()   X-Ref
No description

Footer()   X-Ref
No description

PageNo()   X-Ref
No description

SetDrawColor( $r, $g = -1, $b = -1 )   X-Ref
No description

SetFillColor( $r, $g = -1, $b = -1 )   X-Ref
No description

SetTextColor( $r, $g = -1, $b = -1 )   X-Ref
No description

GetStringWidth( $s )   X-Ref
No description

SetLineWidth( $width )   X-Ref
No description

Line( $x1, $y1, $x2, $y2 )   X-Ref
No description

Rect( $x, $y, $w, $h, $style = '' )   X-Ref
No description

AddFont( $family, $style = '', $file = '' )   X-Ref
No description

SetFont( $family, $style = '', $size = 0 )   X-Ref
No description

SetFontSize( $size )   X-Ref
No description

AddLink()   X-Ref
No description

SetLink( $link, $y = 0, $page = -1 )   X-Ref
No description

Link( $x, $y, $w, $h, $link )   X-Ref
No description

Text( $x, $y, $txt )   X-Ref
No description

AcceptPageBreak()   X-Ref
No description

Cell( $w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = '', $fill = 0, $link = '', $currentx = 0 )   X-Ref
No description

MultiCell( $w, $h, $txt, $border = 0, $align = 'J', $fill = 0, $link = '' )   X-Ref
No description

Write( $h, $txt, $currentx = 0, $link = '' )   X-Ref
No description

saveFont()   X-Ref
No description

restoreFont( $saved )   X-Ref
No description

newFlowingBlock( $w, $h, $b = 0, $a = 'J', $f = 0 , $is_table = false )   X-Ref
No description

finishFlowingBlock( $outofblock = false )   X-Ref
No description

WriteFlowingBlock( $s , $outofblock = false )   X-Ref
No description

WordWrap( &$text, $maxwidth )   X-Ref
No description

_SetTextRendering( $mode )   X-Ref
Set Text Rendering Mode

param: int $mode Set the rendering mode.<ul><li>0 : Fill text (default)</li><li>1 : Stroke</li><li>2 : Fill & stroke</li></ul>

SetTextOutline( $width, $r = 0, $g = -1, $b = -1 )   X-Ref
Set Text Ouline On/Off

param: mixed $width If set to false the text rending mode is set to fill, else it's the width of the outline
param: int $r If g et b are given, red component; if not, indicates the gray level. Value between 0 and 255
param: int $g Green component (between 0 and 255)
param: int $b Blue component (between 0 and 255)

Circle( $x, $y, $r, $style = '' )   X-Ref
No description

Ellipse( $x, $y, $rx, $ry, $style = 'D' )   X-Ref
No description

Image( $file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', $paint = true )   X-Ref
No description

DottedRect( $x = 100, $y = 150, $w = 50, $h = 50 )   X-Ref
No description

DrawDot( $x, $y )   X-Ref
No description

SetDash( $black = false, $white = false )   X-Ref
No description

Bookmark( $txt, $level = 0, $y = 0 )   X-Ref
No description

DisplayPreferences( $preferences )   X-Ref
No description

_putbookmarks()   X-Ref
No description

Ln( $h = '' )   X-Ref
No description

GetX()   X-Ref
No description

SetX( $x )   X-Ref
No description

GetY()   X-Ref
No description

SetY( $y )   X-Ref
No description

SetXY( $x, $y )   X-Ref
No description

Output( $name = '', $dest = '' )   X-Ref
No description

_dochecks()   X-Ref
Protected methods                               *


_begindoc()   X-Ref
No description

_putpages()   X-Ref
No description

_putfonts()   X-Ref
No description

_putimages()   X-Ref
No description

_putresources()   X-Ref
No description

_putinfo()   X-Ref
No description

_putcatalog()   X-Ref
No description

_puttrailer()   X-Ref
No description

_enddoc()   X-Ref
No description

_beginpage( $orientation )   X-Ref
No description

_endpage()   X-Ref
No description

_newobj()   X-Ref
No description

_dounderline( $x, $y, $txt )   X-Ref
No description

_parsejpg( $file )   X-Ref
No description

_parsepng( $file )   X-Ref
No description

_parsegif( $file )   X-Ref
No description

_freadint( $f )   X-Ref
No description

_textstring( $s )   X-Ref
No description

_escape( $s )   X-Ref
No description

_putstream( $s )   X-Ref
No description

_out( $s )   X-Ref
No description



Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7