HEAD_RED
-HEAD_RED-
If you'd want, you could change these constants to encode an RGB colour for headings in your PDFs
- -From a22425e8c781c1b5e8a3707ea67736673d6bc797 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 15 Feb 2015 10:15:59 +0100 Subject: Updated makefile, removed docs (users can compile it themselves if they want) --- docs/classes/correspondence.html | 682 --------------------------------------- 1 file changed, 682 deletions(-) delete mode 100644 docs/classes/correspondence.html (limited to 'docs/classes/correspondence.html') diff --git a/docs/classes/correspondence.html b/docs/classes/correspondence.html deleted file mode 100644 index c5b3db3..0000000 --- a/docs/classes/correspondence.html +++ /dev/null @@ -1,682 +0,0 @@ - - -
- - -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 |
-