Documentation TYPO3 par Ameos |

Public Member Functions | |
| GetStringWidth ($s) | |
| Error ($msg) | |
| _out ($s) | |
| _newobj () | |
| _escape ($s) | |
| _textstring ($s) | |
| _putstream ($s) | |
| _begindoc () | |
| _putpages () | |
| _putfonts () | |
| _putimages () | |
| _putresources () | |
| _putinfo () | |
| _putcatalog () | |
| _puttrailer () | |
| _enddoc () | |
| _beginpage ($orientation) | |
| _endpage () | |
| _dounderline ($x, $y, $txt) | |
| _parsejpg ($file) | |
| _freadint ($f) | |
| _parsepng ($file) | |
| SetAutoPageBreak ($auto, $margin=0) | |
| SetDisplayMode ($zoom= 'default', $layout= 'continuous') | |
| SetCompression ($compress) | |
| SetMargins ($left, $top, $right=-1) | |
| FPDF ($orientation= 'P', $unit= 'mm', $format= 'A4') | |
| SetLeftMargin ($margin) | |
| SetTopMargin ($margin) | |
| SetRightMargin ($margin) | |
| SetTitle ($title) | |
| SetSubject ($subject) | |
| SetAuthor ($author) | |
| SetKeywords ($keywords) | |
| SetCreator ($creator) | |
| AliasNbPages ($alias= '{nb}') | |
| SetFont ($family, $style= '', $size=0) | |
| Header () | |
| Footer () | |
| Open () | |
| AddPage ($orientation= '') | |
| Close () | |
| PageNo () | |
| SetDrawColor ($r, $g=-1, $b=-1) | |
| SetFillColor ($r, $g=-1, $b=-1) | |
| SetTextColor ($r, $g=-1, $b=-1) | |
| SetLineWidth ($width) | |
| Line ($x1, $y1, $x2, $y2) | |
| Rect ($x, $y, $w, $h, $style= '') | |
| AddFont ($family, $style= '', $file= '') | |
| SetFontSize ($size) | |
| AddLink () | |
| SetLink ($link, $y=0, $page=-1) | |
| Link ($x, $y, $w, $h, $link) | |
| Text ($x, $y, $txt) | |
| AcceptPageBreak () | |
| Cell ($w, $h=0, $txt= '', $border=0, $ln=0, $align= '', $fill=0, $link= '') | |
| MultiCell ($w, $h, $txt, $border=0, $align= 'J', $fill=0) | |
| Write ($h, $txt, $link= '') | |
| Image ($file, $x, $y, $w, $h=0, $type= '', $link= '') | |
| Ln ($h= '') | |
| GetX () | |
| SetX ($x) | |
| GetY () | |
| SetY ($y) | |
| SetXY ($x, $y) | |
| Output ($file= '', $download=FALSE) | |
Public Attributes | |
| $page | |
| $n | |
| $offsets | |
| $buffer | |
| $pages | |
| $state | |
| $compress | |
| $DefOrientation | |
| $CurOrientation | |
| $OrientationChanges | |
| $fwPt | |
| $fhPt | |
| $fw | |
| $fh | |
| $wPt | |
| $hPt | |
| $k | |
| $w | |
| $h | |
| $lMargin | |
| $tMargin | |
| $rMargin | |
| $bMargin | |
| $cMargin | |
| $x | |
| $y | |
| $lasth | |
| $LineWidth | |
| $CoreFonts | |
| $fonts | |
| $FontFiles | |
| $diffs | |
| $images | |
| $PageLinks | |
| $links | |
| $FontFamily | |
| $FontStyle | |
| $CurrentFont | |
| $FontSizePt | |
| $FontSize | |
| $DrawColor | |
| $FillColor | |
| $TextColor | |
| $ColorFlag | |
| $ws | |
| $underline | |
| $AutoPageBreak | |
| $PageBreakTrigger | |
| $InFooter | |
| $ZoomMode | |
| $LayoutMode | |
| $title | |
| $subject | |
| $author | |
| $keywords | |
| $creator | |
| $AliasNbPages | |
Definition at line 23 of file fpdf.php.
|
||||||||||||||||
|
The FPDF constructor
Definition at line 975 of file fpdf.php. Referenced by PMA_PDF::PMA_PDF(). |
|
|
Starts document private |
|
|
Starts a new page
|
|
||||||||||||||||
|
Underlines text
|
|
|
Terminates document private |
|
|
Ends page contents private |
|
|
Adds a "\" before "\", "(" and ")" characters
|
|
|
Reads a 4-byte integer from a file
|
|
|
Starts a new object private |
|
|
Adds a line to the document
|
|
|
Extracts info from a JPEG file
|
|
|
Extracts info from a PNG file
|
|
|
Puts catalog informations private Reimplemented in PMA_PDF. |
|
|
Puts font faces private |
|
|
Puts images private |
|
|
Puts document informations private |
|
|
Puts pages private Reimplemented in PMA_PDF. |
|
|
Puts resources private Reimplemented in PMA_PDF. |
|
|
Outputs a stream
|
|
|
Puts trailer private |
|
|
Formats a text stringrs
|
|
|
Gets whether automatic page break is on or not
|
|
||||||||||||||||
|
Adds a TrueType or Type1 font
|
|
|
Creates a new internal link
|
|
|
Starts a new page
|
|
|
Defines an alias for the total number of pages
|
|
||||||||||||||||||||||||||||||||||||
|
Output a cell
Definition at line 1930 of file fpdf.php. Referenced by PMA_PDF::Footer(), PMA_PDF::Header(), and PMA_PDF::PMA_PDF_cellScale(). |
|
|
Terminates and closes the document public |
|
|
Displays an error message then exists
Reimplemented in PMA_PDF. |
|
|
Sends the footer of the page This method has to be implemented in your own inherited class public Reimplemented in PMA_PDF. |
|
|
Gets the width of a string in the current font
Definition at line 99 of file fpdf.php. References $w. |
|
|
Gets x position
|
|
|
Gets y position
Definition at line 2368 of file fpdf.php. Referenced by PMA_PDF::Bookmark(). |
|
|
Sends the header of the page This method has to be implemented in your own inherited class public Reimplemented in PMA_PDF. |
|
||||||||||||||||||||||||||||||||
|
Puts an image on the page
|
|
||||||||||||||||||||
|
Draws a line
Definition at line 1701 of file fpdf.php. Referenced by PMA_PDF::PMA_PDF_lineScale(). |
|
||||||||||||||||||||||||
|
Put a link inside a rectangular area of the page
|
|
|
Appends a line feed
Definition at line 2318 of file fpdf.php. Referenced by PMA_PDF::Header(). |
|
||||||||||||||||||||||||||||
|
Output text with automatic or explicit line breaks
|
|
|
Begin the document public |
|
||||||||||||
|
Outputs PDF to file or browser
public |
|
|
Gets the current page number
Definition at line 1596 of file fpdf.php. Referenced by PMA_PDF::Footer(). |
|
||||||||||||||||||||||||
|
Draws a rectangle
|
|
|
Sets the author of the document (among the document properties)
|
|
||||||||||||
|
Sets auto page break mode and triggering margin
|
|
|
Sets page compression
|
|
|
Sets the creator of the document (among the document properties)
|
|
||||||||||||
|
Sets display mode in viewer
|
|
||||||||||||||||
|
Sets color for all stroking operations
|
|
||||||||||||||||
|
Sets color for all filling operations
|
|
||||||||||||||||
|
Selects a font
public Definition at line 1374 of file fpdf.php. Referenced by PMA_PDF::Footer(), and PMA_PDF::Header(). |
|
|
Sets font size
Definition at line 1810 of file fpdf.php. Referenced by PMA_PDF::PMA_PDF_setFontSizeScale(). |
|
|
Sets keywords of the document (among the document properties)
|
|
|
Sets left margin of the page
|
|
|
Sets the line width
Definition at line 1680 of file fpdf.php. Referenced by PMA_PDF::PMA_PDF_setLineWidthScale(). |
|
||||||||||||||||
|
Sets destination of internal link
|
|
||||||||||||||||
|
Sets page margins
|
|
|
Sets right margin of the page
|
|
|
Sets the subject of the document (among the document properties)
|
|
||||||||||||||||
|
Sets color for text
|
|
|
Sets the title of the document (among the document properties)
|
|
|
Sets top margin of the page
|
|
|
Sets x position
Definition at line 2351 of file fpdf.php. Referenced by PMA_PDF::PMA_PDF_setXScale(). |
|
||||||||||||
|
Sets x and y positions
Definition at line 2400 of file fpdf.php. Referenced by PMA_PDF::PMA_PDF_setXyScale(). |
|
|
Sets y position and resets x
Definition at line 2381 of file fpdf.php. Referenced by PMA_PDF::Footer(). |
|
||||||||||||||||
|
Outputs a string
|
|
||||||||||||||||
|
Output text in flowing mode
|
|
|
Defines private properties |
1.4.6