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

Revision 2, 754 bytes 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>SetX</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>SetX</H2>
9<TT>SetX(<B>float</B> x)</TT>
10<H4 CLASS='st'>Version</H4>
111.2
12<H4 CLASS='st'>Description</H4>
13Defines the abscissa of the current position. If the passed value is negative, it is relative
14to the right of the page.
15<H4 CLASS='st'>Parameters</H4>
16<TT><U>x</U></TT>
17<BLOCKQUOTE>
18The value of the abscissa.
19</BLOCKQUOTE>
20<H4 CLASS='st'>See also</H4>
21<A HREF="getx.htm">GetX()</A>,
22<A HREF="gety.htm">GetY()</A>,
23<A HREF="sety.htm">SetY()</A>,
24<A HREF="setxy.htm">SetXY()</A>.
25<H6></H6>
26<HR>
27<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
28</BODY>
29</HTML>
Note: See TracBrowser for help on using the repository browser.