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

Revision 2, 1017 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>SetMargins</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>SetMargins</H2>
9<TT>SetMargins(<B>float</B> left, <B>float</B> top [, <B>float</B> right])</TT>
10<H4 CLASS='st'>Version</H4>
111.0
12<H4 CLASS='st'>Description</H4>
13Defines the left, top and right margins. By default, they equal 1 cm. Call this method to change
14them.
15<H4 CLASS='st'>Parameters</H4>
16<TT><U>left</U></TT>
17<BLOCKQUOTE>
18Left margin.
19</BLOCKQUOTE>
20<TT><U>top</U></TT>
21<BLOCKQUOTE>
22Top margin.
23</BLOCKQUOTE>
24<TT><U>right</U></TT>
25<BLOCKQUOTE>
26Right margin. Default value is the left one.
27</BLOCKQUOTE>
28<H4 CLASS='st'>See also</H4>
29<A HREF="setleftmargin.htm">SetLeftMargin()</A>,
30<A HREF="settopmargin.htm">SetTopMargin()</A>,
31<A HREF="setrightmargin.htm">SetRightMargin()</A>,
32<A HREF="setautopagebreak.htm">SetAutoPageBreak()</A>.
33<H6></H6>
34<HR>
35<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
36</BODY>
37</HTML>
Note: See TracBrowser for help on using the repository browser.