source: trunk/phpgwapi/inc/fpdf/doc/link.htm @ 2

Revision 2, 1.2 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<HTML>
2<HEAD>
3<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4<TITLE>Link</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>Link</H2>
9<TT>Link(<B>float</B> x, <B>float</B> y, <B>float</B> w, <B>float</B> h, <B>mixed</B> link)</TT>
10<H4 CLASS='st'>Version</H4>
111.5
12<H4 CLASS='st'>Description</H4>
13Puts a link on a rectangular area of the page. Text or image links are generally put via Cell(),
14Write() or Image(), but this method can be useful for instance to define a clickable area inside
15an image.
16<H4 CLASS='st'>Parameters</H4>
17<TT><U>x</U></TT>
18<BLOCKQUOTE>
19Abscissa of the upper-left corner of the rectangle.
20</BLOCKQUOTE>
21<TT><U>y</U></TT>
22<BLOCKQUOTE>
23Ordinate of the upper-left corner of the rectangle.
24</BLOCKQUOTE>
25<TT><U>w</U></TT>
26<BLOCKQUOTE>
27Width of the rectangle.
28</BLOCKQUOTE>
29<TT><U>h</U></TT>
30<BLOCKQUOTE>
31Height of the rectangle.
32</BLOCKQUOTE>
33<TT><U>link</U></TT>
34<BLOCKQUOTE>
35URL or identifier returned by AddLink().
36</BLOCKQUOTE>
37<H4 CLASS='st'>See also</H4>
38<A HREF="addlink.htm">AddLink()</A>,
39<A HREF="cell.htm">Cell()</A>,
40<A HREF="write.htm">Write()</A>,
41<A HREF="image.htm">Image()</A>.
42<H6></H6>
43<HR>
44<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
45</BODY>
46</HTML>
Note: See TracBrowser for help on using the repository browser.