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

Revision 2, 791 bytes 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>SetKeywords</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>SetKeywords</H2>
9<TT>SetKeywords(<B>string</B> keywords)</TT>
10<H4 CLASS='st'>Version</H4>
111.2
12<H4 CLASS='st'>Description</H4>
13Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
14<H4 CLASS='st'>Parameters</H4>
15<TT><U>keywords</U></TT>
16<BLOCKQUOTE>
17The list of keywords.
18</BLOCKQUOTE>
19<H4 CLASS='st'>See also</H4>
20<A HREF="setauthor.htm">SetAuthor()</A>,
21<A HREF="setcreator.htm">SetCreator()</A>,
22<A HREF="setsubject.htm">SetSubject()</A>,
23<A HREF="settitle.htm">SetTitle()</A>.
24<H6></H6>
25<HR>
26<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
27</BODY>
28</HTML>
Note: See TracBrowser for help on using the repository browser.