function Header() { //Title $this->Image('../images/logo.jpg', 5, 5, 50); /* $this->SetFont('Arial','B',16); $this->Cell(60,3,'',0,0,'C'); $this->Cell(50,12,'Ficha del Cliente',0,0,'C'); */ $this->SetFont('Arial', 'B', 7); $this->Cell(60, 3, '', 0, 0, 'C'); $this->Cell(23, 3, utf8_decode('Dirección Fiscal: '), 0, 0, 'L'); $this->SetFont('Arial', '', 7); $this->Cell(80, 3, utf8_decode('Av. Bolívar C.C. Amelia Piso 3 Ofic. 306'), 0, 0, 'L'); $this->SetFont('Arial', 'I', 8); $this->Cell(0, 3, 'Impreso el: ' . date('d/m/Y'), 0, 1, 'R'); //Linea 4 $this->SetFont('Arial', '', 7); $this->SetTextColor(00, 00, 00); $this->Cell(53, 3, '', 0, 0, 'C'); $this->Cell(80, 3, 'Cagua Edo. Aragua. Telfs: 0244-3964557 / 0426-5125749', 0, 1, 'C'); //Linea 5 $this->Cell(47, 3, '', 0, 0, 'C'); $this->Cell(80, 3, '0416-0458957 / 0426-5180385 / 0424-3261656', 0, 1, 'C'); $this->Ln(6); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', '', 18); $this->Cell(0, 6, 'Najkoristenije rute', 0, 1, 'C'); $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', '', 18); $this->Cell(0, 6, 'Jahresendabrechnung', 0, 1, 'C'); $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('times', 'I', 20); $this->Image($link = 'images/header.png'); $this->Ln(12); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', '', 16); $this->Cell(0, 6, 'Clientes', 0, 1, 'C'); $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', '', 18); $this->Cell(0, 6, 'Mieteruebersicht', 0, 1, 'C'); $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', '', 18); $this->Cell(0, 6, 'Statistika korisnika po broju poslanih paketa', 0, 1, 'C'); $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', '', 18); $this->Cell(0, 6, 'Statistika koristenja sustava', 0, 1, 'C'); $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', 'B', 18); $this->Cell('', '', 'Division of Infectious Diseases Contact List', 1, 1, 'C', True); $this->ln(); //ensure the table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', '', 18); $this->Cell(0, 6, $_GET['titulo'], 0, 1, 'C'); $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', 'B', 18); $this->Cell(0, 3, 'Client Summary', 0, 1, 'C'); $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', 'B', 12); $this->Cell(0, 6, 'Tecnoinversiones RB', 0, 1, 'C'); $this->Cell(0, 6, 'Listado de Morosos Ventas', 0, 1, 'C'); $this->Ln(3); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', 'U', 28); //$this->Cell(0,6,'Final Results',0,1,'C'); $this->Ln(10); //$this->SetTextColor(242, 154, 0); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', '', 18); $this->SetTextColor(255, 0, 0); $this->Cell(0, 6, 'Reporte De Salidas', 0, 1, 'C'); $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { $this->SetFont('Arial', '', 10); $this->Cell(0, 1, '(KEW.PA-8)', 0, 1, 'R'); //Title $this->SetFont('Arial', '', 13); $this->Cell(0, 15, 'LAPORAN TAHUNAN HARTA MODAL DAN INVENTORI BAGI TAHUN ' . $this->YEAR, 0, 1, 'C'); $this->Ln(7); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', '', 18); //header, postavljanje širine,visine,bordera,poravnanje i slično $this->Cell(0, 6, 'Broj poslanih paketa po kurirskim sluzbama', 0, 1, 'C'); //line break $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->SetFont('Arial', '', 25); //$this->Image('naslogo.jpg',250,8,50); $this->Image('naslogo.jpg', 75, 0, 50); $this->Ln(30); $this->Cell(0, 10, 'CD4 Tests Summary', 20, 1, 'C'); $this->Ln(5); //Ensure table header is output parent::Header(); }
function Header() { // Logo $this->Image('../images/logo.png', 10, 6, 30); $this->SetFont('Arial', '', 18); $this->Cell(200, 6, 'Report', 0, 0, 'C'); $this->SetFont('Arial', '', 9); $summary = "Periodo : " . $_GET['data_i'] . " - " . $_GET['data_f'] . "\nTipo Attivita : " . $_GET['tipo_att'] . "\nSede : " . $_GET['sede']; $this->MultiCell(0, 4, $summary, 0, 'L', 0); $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->Image('../images/logo.jpg', 5, 5, 50); $this->SetFont('Arial', 'B', 12); $this->Ln(10); $this->SetFont('Arial', 'I', 8); $this->Cell(0, 6, 'Impreso el: ' . date('d/m/Y'), 0, 1, 'R'); $this->SetFont('Arial', 'B', 12); $this->Ln(10); $this->Cell(0, 6, 'Caja Diaria', 0, 1, 'C'); //Ensure table header is output parent::Header(); }
function Header() { //Title $stat = $_POST['pdf']; $this->SetFont('Arial', '', 18); if ($stat == 1) { $this->Cell(0, 6, 'Statistika koristenja kurirskih sluzbi', 0, 1, 'C'); } if ($stat == 2) { $this->Cell(0, 6, 'Statistika koristenja ruta', 0, 1, 'C'); } $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { //Title $this->Image('../images/logo.jpg', 5, 5, 50); $this->SetFont('Arial', 'B', 12); $this->Ln(10); $this->SetFont('Arial', 'I', 8); $this->Cell(0, 6, 'Impreso el: ' . date('d/m/Y'), 0, 1, 'R'); $this->SetFont('Arial', 'B', 12); $this->Ln(5); $this->Cell(0, 6, 'Tecnoinversiones RB', 0, 1, 'C'); $this->Cell(0, 6, 'Listado de Clientes', 0, 1, 'C'); $this->Ln(3); //Ensure table header is output parent::Header(); }
function Header() { $this->Ln(3); $this->SetFont('Times', 'B', 16); $this->SetTextColor(0, 0, 0); $this->Cell(0, 3, $pdfAgencyName, 0, 1, 'L'); $this->Ln(5); $this->SetFont('Times', 'B', 11); $this->SetTextColor(131, 130, 139); $this->Cell(0, 3, "Powered by Getchs;", 0, 1, 'L'); $this->tdheight = 5; $this->Ln(30); $this->SetFont('Times', 'B', 24); $this->SetTextColor(64, 64, 64); $this->Cell(0, 3, "LIST OF ALL APPLICANTS", 0, 1, 'C'); $this->Ln(5); //Ensure table header is output parent::Header(); }
function Header() { if ($this->TYPE == 'I') { $this->SetFont('Arial', '', 10); $this->Cell(0, 3, '(KEW.PA-5)', 0, 1, 'R'); //Title $this->SetFont('Arial', '', 18); $this->Cell(0, 6, 'SENARAI DAFTAR INVENTORI', 0, 1, 'C'); } else { $this->SetFont('Arial', '', 10); $this->Cell(0, 3, '(KEW.PA-4)', 0, 1, 'R'); //Title $this->SetFont('Arial', '', 18); $this->Cell(0, 6, 'SENARAI DAFTAR HARTA MODAL', 0, 1, 'C'); } $this->Ln(10); //Ensure table header is output parent::Header(); }
function Header() { $this->Ln(3); $this->SetFont('Times', 'B', 16); $this->SetTextColor(0, 0, 0); $this->Cell(0, 3, $pdfAgencyName, 0, 1, 'L'); $this->Ln(5); $this->SetFont('Times', 'B', 11); $this->SetTextColor(131, 130, 139); $this->Cell(0, 3, "Powered by Getchs;", 0, 1, 'L'); $this->tdheight = 5; $this->Ln(30); $this->SetFont('Times', 'B', 24); $this->SetTextColor(64, 64, 64); $this->Cell(0, 3, "Applicant Report From: {$_SESSION['start1']} To: {$_SESSION['end1']}", 0, 1, 'C'); $this->Ln(5); //Ensure table header is output parent::Header(); }
function Header() { //Titre et image $this->Image('../../images/logo1.png', 150, 3, 30); $this->Image('../../images/dkbs.png', 32, 3, 30); $this->Ln(25); $this->SetFont('Times', 'B', 16); $this->Cell(0, 6, 'LISTE DES CERTIFICATS', 0, 1, 'C'); $this->Ln(10); //Imprime l'en-tête du tableau si nécessaire parent::Header(); }
function Header() { //Title //Ensure table header is output parent::Header(); }
function Header() { //Title $this->Image('../images/logo.jpg', 10, 5, 45); /* $this->SetFont('Arial','B',16); $this->Cell(60,3,'',0,0,'C'); $this->Cell(50,12,'Ficha del Cliente',0,0,'C'); */ $this->SetFont('Arial', 'B', 7); $this->Cell(60, 3, '', 0, 0, 'C'); $this->Cell(23, 3, 'Dirección Fiscal: ', 0, 0, 'L'); $this->SetFont('Arial', '', 7); $this->Cell(80, 3, 'Av. Bolívar C.C. Amelia Piso 3 Ofic. 306', 0, 0, 'L'); $this->SetFont('Arial', 'B', 14); $this->SetTextColor(255, 0, 0); $this->Cell(4, 3, 'Auditoría', 0, 1, 'C'); //Linea 4 $this->SetFont('Arial', '', 7); $this->SetTextColor(00, 00, 00); $this->Cell(53, 3, '', 0, 0, 'C'); $this->Cell(80, 3, 'Cagua Edo. Aragua. Telfs: 0244-3964557 / 0426-5125749', 0, 1, 'C'); //Linea 5 $this->Cell(47, 3, '', 0, 0, 'C'); $this->Cell(80, 3, '0416-0458957 / 0426-5180385 / 0424-3261656', 0, 1, 'C'); $this->Ln(12); //Ensure table header is output parent::Header(); }
function Header() { parent::Header(); }