Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / internal / fpdf16 / doc / index.htm @ f59acf11

History | View | Annotate | Download (3.09 KB)

1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5
<title>FPDF 1.6 Reference Manual</title>
6
<link type="text/css" rel="stylesheet" href="../fpdf.css">
7
</head>
8
<body>
9
<h1>FPDF 1.6 Reference Manual</h1>
10
<a href="acceptpagebreak.htm">AcceptPageBreak</a> - accept or not automatic page break<br>
11
<a href="addfont.htm">AddFont</a> - add a new font<br>
12
<a href="addlink.htm">AddLink</a> - create an internal link<br>
13
<a href="addpage.htm">AddPage</a> - add a new page<br>
14
<a href="aliasnbpages.htm">AliasNbPages</a> - define an alias for number of pages<br>
15
<a href="cell.htm">Cell</a> - print a cell<br>
16
<a href="close.htm">Close</a> - terminate the document<br>
17
<a href="error.htm">Error</a> - fatal error<br>
18
<a href="footer.htm">Footer</a> - page footer<br>
19
<a href="fpdf.htm">FPDF</a> - constructor<br>
20
<a href="getstringwidth.htm">GetStringWidth</a> - compute string length<br>
21
<a href="getx.htm">GetX</a> - get current x position<br>
22
<a href="gety.htm">GetY</a> - get current y position<br>
23
<a href="header.htm">Header</a> - page header<br>
24
<a href="image.htm">Image</a> - output an image<br>
25
<a href="line.htm">Line</a> - draw a line<br>
26
<a href="link.htm">Link</a> - put a link<br>
27
<a href="ln.htm">Ln</a> - line break<br>
28
<a href="multicell.htm">MultiCell</a> - print text with line breaks<br>
29
<a href="output.htm">Output</a> - save or send the document<br>
30
<a href="pageno.htm">PageNo</a> - page number<br>
31
<a href="rect.htm">Rect</a> - draw a rectangle<br>
32
<a href="setauthor.htm">SetAuthor</a> - set the document author<br>
33
<a href="setautopagebreak.htm">SetAutoPageBreak</a> - set the automatic page breaking mode<br>
34
<a href="setcompression.htm">SetCompression</a> - turn compression on or off<br>
35
<a href="setcreator.htm">SetCreator</a> - set document creator<br>
36
<a href="setdisplaymode.htm">SetDisplayMode</a> - set display mode<br>
37
<a href="setdrawcolor.htm">SetDrawColor</a> - set drawing color<br>
38
<a href="setfillcolor.htm">SetFillColor</a> - set filling color<br>
39
<a href="setfont.htm">SetFont</a> - set font<br>
40
<a href="setfontsize.htm">SetFontSize</a> - set font size<br>
41
<a href="setkeywords.htm">SetKeywords</a> - associate keywords with document<br>
42
<a href="setleftmargin.htm">SetLeftMargin</a> - set left margin<br>
43
<a href="setlinewidth.htm">SetLineWidth</a> - set line width<br>
44
<a href="setlink.htm">SetLink</a> - set internal link destination<br>
45
<a href="setmargins.htm">SetMargins</a> - set margins<br>
46
<a href="setrightmargin.htm">SetRightMargin</a> - set right margin<br>
47
<a href="setsubject.htm">SetSubject</a> - set document subject<br>
48
<a href="settextcolor.htm">SetTextColor</a> - set text color<br>
49
<a href="settitle.htm">SetTitle</a> - set document title<br>
50
<a href="settopmargin.htm">SetTopMargin</a> - set top margin<br>
51
<a href="setx.htm">SetX</a> - set current x position<br>
52
<a href="setxy.htm">SetXY</a> - set current x and y positions<br>
53
<a href="sety.htm">SetY</a> - set current y position<br>
54
<a href="text.htm">Text</a> - print a string<br>
55
<a href="write.htm">Write</a> - print flowing text<br>
56
</body>
57
</html>