addlink.htm 921 B

12345678910111213141516171819202122232425262728
  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>AddLink</TITLE>
  6. <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
  7. </HEAD>
  8. <BODY>
  9. <H2>AddLink</H2>
  10. <TT><B>int</B> AddLink()</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.5
  13. <H4 CLASS='st'>Description</H4>
  14. Creates a new internal link and returns its identifier. An internal link is a clickable area
  15. which directs to another place within the document.
  16. <BR>
  17. The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is
  18. defined with SetLink().
  19. <H4 CLASS='st'>See also</H4>
  20. <A HREF="cell.htm">Cell()</A>,
  21. <A HREF="write.htm">Write()</A>,
  22. <A HREF="image.htm">Image()</A>,
  23. <A HREF="link.htm">Link()</A>,
  24. <A HREF="setlink.htm">SetLink()</A>.
  25. <HR STYLE="margin-top:1.2em">
  26. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  27. </BODY>
  28. </HTML>