From b34eaf592792891d893ac06803b93c0d42b667b5 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 25 Apr 2019 17:17:55 +0530 Subject: Increase the size of reference field, implement certificate --- pdf/fpdf/doc/multicell.htm | 76 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100755 pdf/fpdf/doc/multicell.htm (limited to 'pdf/fpdf/doc/multicell.htm') diff --git a/pdf/fpdf/doc/multicell.htm b/pdf/fpdf/doc/multicell.htm new file mode 100755 index 0000000..c41bbd7 --- /dev/null +++ b/pdf/fpdf/doc/multicell.htm @@ -0,0 +1,76 @@ + + +
+ +MultiCell(float w, float h, string txt [, mixed border [, string align [, boolean fill]]])
+w
0
, they extend up to the right margin of the page.
+h
txt
border
0
: no border1
: frameL
: leftT
: topR
: rightB
: bottom0
.
+align
L
: left alignmentC
: centerR
: right alignmentJ
: justification (default value)fill
true
) or transparent (false
).
+Default value: false
.
+