source: companies/serpro/phpgwapi/inc/fpdf/doc/setautopagebreak.htm @ 903

Revision 903, 1.0 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

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.