From d08a74c09b2974ab9db2e4ac12627da62d19f912 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 12:25:45 +0530 Subject: initial repo 13-08-2013 --- pdf/fpdf/doc/sety.htm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 pdf/fpdf/doc/sety.htm (limited to 'pdf/fpdf/doc/sety.htm') diff --git a/pdf/fpdf/doc/sety.htm b/pdf/fpdf/doc/sety.htm new file mode 100755 index 0000000..e9afe11 --- /dev/null +++ b/pdf/fpdf/doc/sety.htm @@ -0,0 +1,29 @@ + + + + +SetY + + + +

SetY

+SetY(float y) +

Description

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

Parameters

+
+
y
+
+The value of the ordinate. +
+
+

See also

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