[ 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>Text</TITLE> 5 <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css"> 6 </HEAD> 7 <BODY> 8 <H2>Text</H2> 9 <TT>Text(<B>float</B> x, <B>float</B> y, <B>string</B> txt)</TT> 10 <H4 CLASS='st'>Version</H4> 11 1.0 12 <H4 CLASS='st'>Description</H4> 13 Prints a character string. The origin is on the left of the first charcter, on the baseline. 14 This method allows to place a string precisely on the page, but it is usually easier to use 15 Cell(), MultiCell() or Write() which are the standard methods to print text. 16 <H4 CLASS='st'>Parameters</H4> 17 <TT><U>x</U></TT> 18 <BLOCKQUOTE> 19 Abscissa of the origin. 20 </BLOCKQUOTE> 21 <TT><U>y</U></TT> 22 <BLOCKQUOTE> 23 Ordinate of the origin. 24 </BLOCKQUOTE> 25 <TT><U>txt</U></TT> 26 <BLOCKQUOTE> 27 String to print. 28 </BLOCKQUOTE> 29 <H4 CLASS='st'>See also</H4> 30 <A HREF="setfont.htm">SetFont()</A>, 31 <A HREF="settextcolor.htm">SetTextColor()</A>, 32 <A HREF="cell.htm">Cell()</A>, 33 <A HREF="multicell.htm">MultiCell()</A>, 34 <A HREF="write.htm">Write()</A>. 35 <H6></H6> 36 <HR> 37 <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV> 38 </BODY> 39 </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 |