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

Revision 2, 889 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>SetLeftMargin</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>SetLeftMargin</H2>
9<TT>SetLeftMargin(<B>float</B> margin)</TT>
10<H4 CLASS='st'>Version</H4>
111.4
12<H4 CLASS='st'>Description</H4>
13Defines the left margin. The method can be called before creating the first page.
14<BR>
15If the current abscissa gets out of page, it is brought back to the margin.
16<H4 CLASS='st'>Parameters</H4>
17<TT><U>margin</U></TT>
18<BLOCKQUOTE>
19The margin.
20</BLOCKQUOTE>
21<H4 CLASS='st'>See also</H4>
22<A HREF="settopmargin.htm">SetTopMargin()</A>,
23<A HREF="setrightmargin.htm">SetRightMargin()</A>,
24<A HREF="setautopagebreak.htm">SetAutoPageBreak()</A>,
25<A HREF="setmargins.htm">SetMargins()</A>.
26<H6></H6>
27<HR>
28<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
29</BODY>
30</HTML>
Note: See TracBrowser for help on using the repository browser.