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

Class: UFPDF

Source Location: /lib/ufpdf.php

Class Overview

FPDF
   |
   --UFPDF

Main UFPDF class for creating Unicode PDF documents


Author(s):

Methods


Child classes:

lamPDF
Creates a LAM information page in PDF format.

Inherited Variables

Inherited Methods


Class Details

[line 37]
Main UFPDF class for creating Unicode PDF documents



Tags:

see:  FPDF::FPDF()


[ Top ]


Class Methods


constructor UFPDF [line 45]

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

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

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




Parameters:

   $orientation  
   $unit  
   $format  

[ Top ]

method AcceptPageBreak [line 113]

void AcceptPageBreak( )



Overrides FPDF::AcceptPageBreak() (parent method not documented)

[ Top ]

method AddFont [line 73]

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



Overrides FPDF::AddFont() (parent method not documented)

Parameters:

   $family  
   $style  
   $file  

[ Top ]

method AliasNbPages [line 407]

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



Overrides FPDF::AliasNbPages() (parent method not documented)

Parameters:

   $alias  

[ Top ]

method Cell [line 119]

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



Overrides FPDF::Cell() (parent method not documented)

Parameters:

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

[ Top ]

method code2utf [line 697]

void code2utf( $num)



Parameters:

   $num  

[ Top ]

method GetStringWidth [line 50]

void GetStringWidth( $s)



Overrides FPDF::GetStringWidth() (parent method not documented)

Parameters:

   $s  

[ Top ]

method MultiCell [line 199]

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



Overrides FPDF::MultiCell() (parent method not documented)

Parameters:

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

[ Top ]

method strlen [line 705]

void strlen( $s)



Parameters:

   $s  

[ Top ]

method Text [line 102]

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



Overrides FPDF::Text() (parent method not documented)

Parameters:

   $x  
   $y  
   $txt  

[ Top ]

method utf8_substr [line 709]

void utf8_substr( $str, $start)



Parameters:

   $str  
   $start  

[ Top ]

method utf8_to_codepoints [line 726]

void utf8_to_codepoints( $txt)



Parameters:

   $txt  

[ Top ]

method utf8_to_utf16be [line 597]

void utf8_to_utf16be( &$txt, [ $bom = true])



Parameters:

   &$txt  
   $bom  

[ Top ]

method Write [line 324]

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



Overrides FPDF::Write() (parent method not documented)

Parameters:

   $h  
   $txt  
   $link  

[ Top ]

method _dounderline [line 481]

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



Overrides FPDF::_dounderline() (parent method not documented)

Parameters:

   $x  
   $y  
   $width  
   $txt  

[ Top ]

method _escapetext [line 498]

void _escapetext( $s)



Parameters:

   $s  

[ Top ]

method _putinfo [line 506]

void _putinfo( )



Overrides FPDF::_putinfo() (parent method not documented)

[ Top ]

method _putpages [line 522]

void _putpages( )



Overrides FPDF::_putpages() (parent method not documented)

[ Top ]

method _puttruetypeunicode [line 419]

void _puttruetypeunicode( $font)

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

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




Parameters:

   $font  

[ Top ]

method _textstring [line 490]

void _textstring( $s)



Overrides FPDF::_textstring() (parent method not documented)

Parameters:

   $s  

[ Top ]


Documentation generated on Thu, 07 Feb 2008 20:27:01 +0100 by phpDocumentor 1.4.0