HEAD_RED
+HEAD_RED+
If you'd want, you could change these constants to encode an RGB colour for headings in your PDFs
+ +From 29955216d69ca08b69afe1ace71151839049c045 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 7 Feb 2015 21:06:17 +0100 Subject: Added documentation --- docs/classes/correspondence.html | 682 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 682 insertions(+) create mode 100644 docs/classes/correspondence.html (limited to 'docs/classes/correspondence.html') diff --git a/docs/classes/correspondence.html b/docs/classes/correspondence.html new file mode 100644 index 0000000..e765531 --- /dev/null +++ b/docs/classes/correspondence.html @@ -0,0 +1,682 @@ + + +
+ + +An extension of FPDF to generate personalized correspondence PDFs
+ + + +__construct(string $orientation = 'P', string $unit = 'mm', string $size = 'A4')+
Create a new PDF
+ + +string | +$orientation | +See the FPDF class specs |
+
string | +$unit | +See the FPDF class specs |
+
string | +$size | +See the FPDF class specs |
+
SetContact(\contact $contact)
+ Set the contact to whom this correspondence will be sent (used for the address)
+ + +\contact | +$contact | +The contact |
+