| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
| <link type="text/css" rel="stylesheet" href="../fpdf.css">
|
| <code>Link(<b>float</b> x, <b>float</b> y, <b>float</b> w, <b>float</b> h, <b>mixed</b> link)</code>
|
| Puts a link on a rectangular area of the page. Text or image links are generally put via Cell(),
|
| Write() or Image(), but this method can be useful for instance to define a clickable area inside
|
| Abscissa of the upper-left corner of the rectangle.
|
| Ordinate of the upper-left corner of the rectangle.
|
| <dt><code>link</code></dt>
|
| URL or identifier returned by AddLink().
|
| <a href="addlink.htm">AddLink</a>,
|
| <a href="cell.htm">Cell</a>,
|
| <a href="write.htm">Write</a>,
|
| <a href="image.htm">Image</a>
|
| <hr style="margin-top:1.5em">
|
| <div style="text-align:center"><a href="index.htm">Index</a></div>
|