Data Structures | Variables

tuto6.php File Reference

Go to the source code of this file.

Data Structures

class  PDF

Variables

 $html
 $pdf = new PDF()
 $link = $pdf->AddLink()

Variable Documentation

$html
Initial value:
'You can now easily print text mixing different styles: <b>bold</b>, <i>italic</i>,
<u>underlined</u>, or <b><i><u>all at once</u></i></b>!<br><br>You can also insert links on
text, such as <a href="http://www.fpdf.org">www.fpdf.org</a>, or on an image: click on the logo.'

Definition at line 103 of file tuto6.php.

Referenced by PDF::WriteHTML().

$link = $pdf->AddLink()

Definition at line 113 of file tuto6.php.

Referenced by FPDF::Cell(), FPDF::Image(), FPDF::Link(), FPDF::SetLink(), and FPDF::Write().

$pdf = new PDF()

Definition at line 107 of file tuto6.php.

 All Data Structures Files Functions Variables Enumerations