[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
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> 11 1.5 12 <H4 CLASS='st'>Description</H4> 13 Puts a link on a rectangular area of the page. Text or image links are generally put via Cell(), 14 Write() or Image(), but this method can be useful for instance to define a clickable area inside 15 an image. 16 <H4 CLASS='st'>Parameters</H4> 17 <TT><U>x</U></TT> 18 <BLOCKQUOTE> 19 Abscissa of the upper-left corner of the rectangle. 20 </BLOCKQUOTE> 21 <TT><U>y</U></TT> 22 <BLOCKQUOTE> 23 Ordinate of the upper-left corner of the rectangle. 24 </BLOCKQUOTE> 25 <TT><U>w</U></TT> 26 <BLOCKQUOTE> 27 Width of the rectangle. 28 </BLOCKQUOTE> 29 <TT><U>h</U></TT> 30 <BLOCKQUOTE> 31 Height of the rectangle. 32 </BLOCKQUOTE> 33 <TT><U>link</U></TT> 34 <BLOCKQUOTE> 35 URL 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>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |