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

Revision 2, 3.1 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>FPDF 1.52 Reference Manual</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>FPDF 1.52 Reference Manual</H2>
9<A HREF="acceptpagebreak.htm">AcceptPageBreak</A> - accept or not automatic page break<BR>
10<A HREF="addfont.htm">AddFont</A> - add a new font<BR>
11<A HREF="addlink.htm">AddLink</A> - create an internal link<BR>
12<A HREF="addpage.htm">AddPage</A> - add a new page<BR>
13<A HREF="aliasnbpages.htm">AliasNbPages</A> - define an alias for number of pages<BR>
14<A HREF="cell.htm">Cell</A> - print a cell<BR>
15<A HREF="close.htm">Close</A> - terminate the document<BR>
16<A HREF="error.htm">Error</A> - fatal error<BR>
17<A HREF="footer.htm">Footer</A> - page footer<BR>
18<A HREF="fpdf.htm">FPDF</A> - constructor<BR>
19<A HREF="getstringwidth.htm">GetStringWidth</A> - compute string length<BR>
20<A HREF="getx.htm">GetX</A> - get current x position<BR>
21<A HREF="gety.htm">GetY</A> - get current y position<BR>
22<A HREF="header.htm">Header</A> - page header<BR>
23<A HREF="image.htm">Image</A> - output an image<BR>
24<A HREF="line.htm">Line</A> - draw a line<BR>
25<A HREF="link.htm">Link</A> - put a link<BR>
26<A HREF="ln.htm">Ln</A> - line break<BR>
27<A HREF="multicell.htm">MultiCell</A> - print text with line breaks<BR>
28<A HREF="open.htm">Open</A> - create a document<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>
Note: See TracBrowser for help on using the repository browser.