addlink.htm 892 B

123456789101112131415161718192021222324
  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. <h1>AddLink</h1>
  10. <code><b>int</b> AddLink()</code>
  11. <h2>Descripción</h2>
  12. Crea un nueva referencia interna y retorna su identificador. Una referencia interna es un área seleccionable la cual lo dirige a otro lugar dentro del documento.
  13. <br>
  14. Entonces, el identificador puede ser pasado a Cell(), Write(), Image() o Link(). El destino se define con SetLink().
  15. <h2>Vea además</h2>
  16. <a href="cell.htm">Cell</a>,
  17. <a href="write.htm">Write</a>,
  18. <a href="image.htm">Image</a>,
  19. <a href="link.htm">Link</a>,
  20. <a href="setlink.htm">SetLink</a>
  21. <hr style="margin-top:1.5em">
  22. <div style="text-align:center"><a href="index.htm">Inicio</a></div>
  23. </body>
  24. </html>