Documentation TYPO3 par Ameos |
Public Member Functions | |
PMA_PDF ($orientation= 'L', $unit= 'mm', $format= 'A4') | |
SetAlias ($name, $value) | |
_putpages () | |
PMA_PDF_setScale ($scale=1, $x_min=0, $y_min=0, $l_marg=-1, $t_marg=-1) | |
PMA_PDF_cellScale ($w, $h=0, $txt= '', $border=0, $ln=0, $align= '', $fill=0, $link='') | |
PMA_PDF_lineScale ($x1, $y1, $x2, $y2) | |
PMA_PDF_setXyScale ($x, $y) | |
PMA_PDF_setXScale ($x) | |
PMA_PDF_setFontSizeScale ($size) | |
PMA_PDF_setLineWidthScale ($width) | |
PMA_PDF_die ($error_message= '') | |
Error ($error_message= '') | |
Header () | |
Footer () | |
Bookmark ($txt, $level=0, $y=0) | |
_putbookmarks () | |
_putresources () | |
_putcatalog () | |
SetWidths ($w) | |
Row ($data, $links) | |
CheckPageBreak ($h) | |
NbLines ($w, $txt) | |
Public Attributes | |
$x_min | |
$y_min | |
$l_marg = 10 | |
$t_marg = 10 | |
$scale | |
$title | |
$PMA_links | |
$Outlines = array() | |
$def_outlines | |
$Alias | |
$widths |
public
Definition at line 56 of file pdf_schema.php.
|
The PMA_PDF constructor This function just refers to the "FPDF" constructor: with PHP3 a class must have a constructor
Definition at line 88 of file pdf_schema.php. References FPDF::FPDF(). |
|
Puts catalog informations private Reimplemented from FPDF. Definition at line 432 of file pdf_schema.php. |
|
Puts pages private Reimplemented from FPDF. Definition at line 97 of file pdf_schema.php. References FPDF::$n. |
|
Puts resources private Reimplemented from FPDF. Definition at line 426 of file pdf_schema.php. |
|
Aliases the "Error()" function from the FPDF class to the "PMA_PDF_die()" one
Reimplemented from FPDF. Definition at line 298 of file pdf_schema.php. References PMA_PDF_die(). |
|
Sends the footer of the page This method has to be implemented in your own inherited class public Reimplemented from FPDF. Definition at line 322 of file pdf_schema.php. References FPDF::Cell(), FPDF::PageNo(), FPDF::SetFont(), and FPDF::SetY(). |
|
Sends the header of the page This method has to be implemented in your own inherited class public Reimplemented from FPDF. Definition at line 303 of file pdf_schema.php. References FPDF::$pages, FPDF::Cell(), FPDF::Ln(), and FPDF::SetFont(). |
|
Outputs a scaled cell
Definition at line 150 of file pdf_schema.php. References FPDF::$h, FPDF::$w, and FPDF::Cell(). |
|
Displays an error message
public Definition at line 264 of file pdf_schema.php. Referenced by Error(). |
|
Draws a scaled line
Definition at line 170 of file pdf_schema.php. References FPDF::Line(). |
|
Sets the scaled font size
Definition at line 223 of file pdf_schema.php. References FPDF::SetFontSize(). |
|
Sets the scaled line width
Definition at line 240 of file pdf_schema.php. References FPDF::SetLineWidth(). |
|
Sets the scaling factor, defines minimum coordinates and margins
Definition at line 121 of file pdf_schema.php. |
|
Sets the X scaled positions
Definition at line 207 of file pdf_schema.php. References FPDF::$x, and FPDF::SetX(). |
|
Sets x and y scaled positions
Definition at line 190 of file pdf_schema.php. References FPDF::$x, FPDF::$y, and FPDF::SetXY(). |
|
Defines private properties Definition at line 61 of file pdf_schema.php. Referenced by PMA_PDF_setScale(). |