From 87eb26bc3f01e98c948205eca6ff302903cc5b3e Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 9 Feb 2021 12:33:49 +0530 Subject: Add certificate forms --- pdf/fpdf/doc/addlink.htm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 pdf/fpdf/doc/addlink.htm (limited to 'pdf/fpdf/doc/addlink.htm') diff --git a/pdf/fpdf/doc/addlink.htm b/pdf/fpdf/doc/addlink.htm new file mode 100755 index 0000000..5681d58 --- /dev/null +++ b/pdf/fpdf/doc/addlink.htm @@ -0,0 +1,26 @@ + + + + +AddLink + + + +

AddLink

+int AddLink() +

Description

+Creates a new internal link and returns its identifier. An internal link is a clickable area +which directs to another place within the document. +
+The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is +defined with SetLink(). +

See also

+Cell(), +Write(), +Image(), +Link(), +SetLink(). +
+
Index
+ + -- cgit From de95a3f7981ffdc76cf37b9339cdb0464050819e Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 9 Feb 2021 13:14:26 +0530 Subject: Update the FPDF version --- pdf/fpdf/doc/addlink.htm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pdf/fpdf/doc/addlink.htm') diff --git a/pdf/fpdf/doc/addlink.htm b/pdf/fpdf/doc/addlink.htm index 5681d58..6260664 100755 --- a/pdf/fpdf/doc/addlink.htm +++ b/pdf/fpdf/doc/addlink.htm @@ -15,11 +15,11 @@ which directs to another place within the document. The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().

See also

-Cell(), -Write(), -Image(), -Link(), -SetLink(). +Cell, +Write, +Image, +Link, +SetLink
Index
-- cgit