Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6935 | Rev 7041 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6935 Rev 7040
Línea 15... Línea 15...
15
            $this->Image($this->header, 10, 8, 190);
15
            $this->Image($this->header, 10, 8, 190);
16
            $this->SetY(55);
16
            $this->SetY(55);
17
        }
17
        }
18
    }
18
    }
Línea -... Línea 19...
-
 
19
 
-
 
20
    function customHeader($headerFormName, $headerUsername) {
-
 
21
        $s = utf8_decode(' Página: ' . $this->PageNo());
-
 
22
        $this->SetFont('Arial', '', 10);
-
 
23
        $this->SetY(40);
-
 
24
        $this->Cell(190, 10, $s, 0, 0, 'R');
-
 
25
 
-
 
26
        $this->SetFont('Arial', 'B', 15);
-
 
27
        $this->SetY(50);
-
 
28
        $this->Cell(180, 10, $headerFormName, 0, 0, 'C');
-
 
29
        $this->setY($this->getY() + 8);
-
 
30
 
-
 
31
 
-
 
32
        $this->SetFont('Arial', '', 10);
-
 
33
        $this->Cell(180, 10, $headerUsername, 0, 0, 'C');
-
 
34
        $this->setY($this->getY() + 10);
-
 
35
    }
19
 
36
 
20
    /**
37
    /**
21
     * Footer PDF
38
     * Footer PDF
22
     */
39
     */
23
    function Footer() {
40
    function Footer() {