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

Revision 2, 1.0 KB 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>SetAutoPageBreak</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>SetAutoPageBreak</H2>
9<TT>SetAutoPageBreak(<B>boolean</B> auto [, <B>float</B> margin])</TT>
10<H4 CLASS='st'>Version</H4>
111.0
12<H4 CLASS='st'>Description</H4>
13Enables or disables the automatic page breaking mode. When enabling, the second parameter is
14the distance from the bottom of the page that defines the triggering limit. By default, the
15mode is on and the margin is 2 cm.
16<H4 CLASS='st'>Parameters</H4>
17<TT><U>auto</U></TT>
18<BLOCKQUOTE>
19Boolean indicating if mode should be on or off.
20</BLOCKQUOTE>
21<TT><U>margin</U></TT>
22<BLOCKQUOTE>
23Distance from the bottom of the page.
24</BLOCKQUOTE>
25<H4 CLASS='st'>See also</H4>
26<A HREF="cell.htm">Cell()</A>,
27<A HREF="multicell.htm">MultiCell()</A>,
28<A HREF="acceptpagebreak.htm">AcceptPageBreak()</A>.
29<H6></H6>
30<HR>
31<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
32</BODY>
33</HTML>
Note: See TracBrowser for help on using the repository browser.