From a8f4339077dd02438dd3ae3f31de34abef10ff59 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 8 May 2018 11:48:35 +0530 Subject: Initial Commit --- pdf/fpdf/doc/setx.htm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 pdf/fpdf/doc/setx.htm (limited to 'pdf/fpdf/doc/setx.htm') diff --git a/pdf/fpdf/doc/setx.htm b/pdf/fpdf/doc/setx.htm new file mode 100755 index 0000000..7c92465 --- /dev/null +++ b/pdf/fpdf/doc/setx.htm @@ -0,0 +1,29 @@ + + + + +SetX + + + +

SetX

+SetX(float x) +

Description

+Defines the abscissa of the current position. If the passed value is negative, it is relative +to the right of the page. +

Parameters

+
+
x
+
+The value of the abscissa. +
+
+

See also

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