2019-04 Update Mailversand
Archiv
Auswertung
admin
balance_img
fancybox
images
mail
standort
#prints
FCKeditor
anschreiben
images
prints
#alt
Praxisstellen-Dateien
decoders
doc
__construct.htm
acceptpagebreak.htm
addfont.htm
addlink.htm
addpage.htm
aliasnbpages.htm
cell.htm
close.htm
error.htm
footer.htm
fpdf.htm
getpageheight.htm
getpagewidth.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
filters
font
listen
makefont
tutorial
02_Liste_Erstpruefer_Student_Zweitpruefer.php
03_Liste_Zweitpruefer_Student_Erstpruefer.php
FAQ.htm
LICENSE
NOTICE
Praxisstellen.doc
Praxisstellen.htm
Zustimmung.doc
as_utf_class.php
blanko_ludwigsburg.pdf
changelog.txt
class.fpdf_table.php
class.multicelltag.php
class.string_tags.php
deckblatt.pdf
deckblatt.php
deckblatt_doz.php
demo.php
ex.php
fpdf.css
fpdf.php
fpdf_tpl.php
fpdi.php
fpdi_bridge.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
sozuweisung.php
table_def.inc
table_def_kehl.inc
teilnehmer.php
teilnehmer_alt.php
teilnehmer_neu.php
wrapper_functions.php
zustimmung.pdf
zustimmung.php
browserSniffer.js
dynCalendar.css
dynCalendar.js
hauptframe.php
hauptframe_jahr.php
index.php
index_frame.htm
jahrgang.php
kennwortwechsel.php
logout.php
mail_teilnehmer.php
mail_teilnehmer_alt.php
mail_teilnehmer_neu.php
menuframe.php
pers_daten_ver.php
termine.php
topframe.php
vert_bereich.php
stud
#pdf_gen.php
#pdf_gen_alt.php
#pdf_gen_ges_lubu.php
#pdf_gen_kehl.php
#pdf_gen_kehl_alt.php
#pdf_gen_kehl_neu.php
#pdf_gen_neu.php
++ Printqueue zurücksetzen.txt.lnk
.gitignore
Auswertung_besuchte Stellen der Studs - alle Jahrgänge.sql
Auswertung_besuchte Stellen der Studs.sql
Pflicht.sql
Trigger.sql
VIEW_stan_zuw_so.sql
VIEW_stan_zuw_so_neu.sql
anz_anm.php
bearbeiten_neu.php
historie.php
historie_alt.php
historie_neu.php
index.php
index_db.php
index_ldap.php
ldap_info.php
ldap_info_hsnet.php
login.css
menuframe.php
styles_pc.css
29 lines
869 B
HTML
Executable File
29 lines
869 B
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>SetTopMargin</title>
|
|
<link type="text/css" rel="stylesheet" href="../fpdf.css">
|
|
</head>
|
|
<body>
|
|
<h1>SetTopMargin</h1>
|
|
<code>SetTopMargin(<b>float</b> margin)</code>
|
|
<h2>Description</h2>
|
|
Defines the top margin. The method can be called before creating the first page.
|
|
<h2>Parameters</h2>
|
|
<dl class="param">
|
|
<dt><code>margin</code></dt>
|
|
<dd>
|
|
The margin.
|
|
</dd>
|
|
</dl>
|
|
<h2>See also</h2>
|
|
<a href="setleftmargin.htm">SetLeftMargin</a>,
|
|
<a href="setrightmargin.htm">SetRightMargin</a>,
|
|
<a href="setautopagebreak.htm">SetAutoPageBreak</a>,
|
|
<a href="setmargins.htm">SetMargins</a>
|
|
<hr style="margin-top:1.5em">
|
|
<div style="text-align:center"><a href="index.htm">Index</a></div>
|
|
</body>
|
|
</html>
|