From 6cafd6a796c0ff0c985694c482cd16e1a87a776f Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 25 Aug 2020 12:38:16 +0530 Subject: Update fpdf version --- pdf/fpdf/doc/sety.htm | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'pdf/fpdf/doc/sety.htm') diff --git a/pdf/fpdf/doc/sety.htm b/pdf/fpdf/doc/sety.htm index e9afe11..f970685 100755 --- a/pdf/fpdf/doc/sety.htm +++ b/pdf/fpdf/doc/sety.htm @@ -7,9 +7,9 @@

SetY

-SetY(float y) +SetY(float y [, boolean resetX])

Description

-Moves the current abscissa back to the left margin and sets the ordinate. If the passed value +Sets the ordinate and optionally moves the current abscissa back to the left margin. If the value is negative, it is relative to the bottom of the page.

Parameters

@@ -17,12 +17,16 @@ is negative, it is relative to the bottom of the page.
The value of the ordinate.
+
resetX
+
+Whether to reset the abscissa. Default value: true. +

See also

-GetX(), -GetY(), -SetX(), -SetXY(). +GetX, +GetY, +SetX, +SetXY
Index
-- cgit