ln.htm 818 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>Ln</TITLE>
  6. <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
  7. </HEAD>
  8. <BODY>
  9. <H2>Ln</H2>
  10. <TT>Ln([<B>float</B> h])</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.0
  13. <H4 CLASS='st'>Description</H4>
  14. Performs a line break. The current abscissa goes back to the left margin and the ordinate
  15. increases by the amount passed in parameter.
  16. <H4 CLASS='st'>Parameters</H4>
  17. <TT><U>h</U></TT>
  18. <BLOCKQUOTE>
  19. The height of the break.
  20. <BR>
  21. By default, the value equals the height of the last printed cell.
  22. </BLOCKQUOTE>
  23. <H4 CLASS='st'>See also</H4>
  24. <A HREF="cell.htm">Cell()</A>.
  25. <HR STYLE="margin-top:1.2em">
  26. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  27. </BODY>
  28. </HTML>