admin
doz
fachprojektscheine
proseminarscheine
decoders
doc
filters
font
makefont
prints
decoders
doc
acceptpagebreak.htm
addfont.htm
addlink.htm
addpage.htm
aliasnbpages.htm
cell.htm
close.htm
error.htm
footer.htm
fpdf.htm
getstringwidth.htm
getx.htm
gety.htm
header.htm
image.htm
index.htm
line.htm
link.htm
ln.htm
multicell.htm
output.htm
pageno.htm
rect.htm
setauthor.htm
setautopagebreak.htm
setcompression.htm
setcreator.htm
setdisplaymode.htm
setdrawcolor.htm
setfillcolor.htm
setfont.htm
setfontsize.htm
setkeywords.htm
setleftmargin.htm
setlinewidth.htm
setlink.htm
setmargins.htm
setrightmargin.htm
setsubject.htm
settextcolor.htm
settitle.htm
settopmargin.htm
setx.htm
setxy.htm
sety.htm
text.htm
write.htm
font
FAQ.htm
LICENSE
NOTICE
Praxisstellen.doc
Zustimmung.doc
changelog.txt
class.fpdf_table.php
class.multicelltag.php
class.string_tags.php
demo.php
fpdf.css
fpdf.php
fpdf_tpl.php
fpdi.php
fpdi_pdf_parser.php
histo.htm
install.txt
newpdf.pdf
pdf_context.php
pdf_gen.php
pdf_parser.php
pdfdoc.pdf
praxisstellen.pdf
praxisstellen.php
table_def.inc
table_def_kehl.inc
teilnehmer.php
wrapper_functions.php
zustimmung.pdf
zustimmung.php
as_utf_class.php
blanko_ludwigsburg.pdf
class.fpdf_table.php
class.multicelltag.php
class.string_tags.php
fpdf.php
fpdf_tpl.php
fpdi.php
fpdi_bridge.php
fpdi_pdf_parser.php
fusszeile.jpg
logo.jpg
pdf_context.php
pdf_parser.php
proseminarschein.jpg
proseminarschein_sicher.jpg
rechteck.jpg
seminarscheine.php
proseminascheine
Kennwortwechsel_doz.php
expo.php
export_doz.php
fachprojektbescheinigung_doz.php
hauptframe_jahr.php
index.php
index_doz.htm
jahrgang_doz.php
logo-trans.gif
logout_doz.php
mail_fach_doz.php
mail_pros_doz.php
menuframe.htm
noteneingabe_doz.php
pers_daten_doz.php
proseminarbescheinigung_doz.php
topframe.php
ubersicht_doz.php
ubersicht_fachthemen_doz.php
ubersicht_prosthemen_doz.php
html2pdf_v4.03
htmlpurifier-4.10.0
images
prints
prints3
proseminar
Kennwortwechsel.php
hauptframe.php
index.php
index_alt.php
index_db.php
index_frame.htm
index_ldap.php
login.php
logout.php
menuframe.htm
styles_pc.css
topframe.php
43 lines
1.5 KiB
HTML
Executable File
43 lines
1.5 KiB
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
|
|
<TITLE>AddPage</TITLE>
|
|
<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<H2>AddPage</H2>
|
|
<TT>AddPage([<B>string</B> orientation])</TT>
|
|
<H4 CLASS='st'>Version</H4>
|
|
1.0
|
|
<H4 CLASS='st'>Description</H4>
|
|
Adds a new page to the document. If a page is already present, the Footer() method is called
|
|
first to output the footer. Then the page is added, the current position set to the top-left
|
|
corner according to the left and top margins, and Header() is called to display the header.
|
|
<BR>
|
|
The font which was set before calling is automatically restored. There is no need to call
|
|
SetFont() again if you want to continue with the same font. The same is true for colors and
|
|
line width.
|
|
<BR>
|
|
The origin of the coordinate system is at the top-left corner and increasing ordinates go
|
|
downwards.
|
|
<H4 CLASS='st'>Parameters</H4>
|
|
<TT><U>orientation</U></TT>
|
|
<BLOCKQUOTE>
|
|
Page orientation. Possible values are (case insensitive):
|
|
<UL>
|
|
<LI><TT>P</TT> or <TT>Portrait</TT>
|
|
<LI><TT>L</TT> or <TT>Landscape</TT>
|
|
</UL>
|
|
The default value is the one passed to the constructor.
|
|
</BLOCKQUOTE>
|
|
<H4 CLASS='st'>See also</H4>
|
|
<A HREF="fpdf.htm">FPDF()</A>,
|
|
<A HREF="header.htm">Header()</A>,
|
|
<A HREF="footer.htm">Footer()</A>,
|
|
<A HREF="setmargins.htm">SetMargins()</A>.
|
|
<HR STYLE="margin-top:1.2em">
|
|
<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
|
|
</BODY>
|
|
</HTML>
|