]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/PDF/Tabla.php
Se agrega a la clase MLIB_PDF_Tabla y MLIB_PDF_Tabla_Estilo la posibilidad de
[mecon/meconlib.git] / lib / MLIB / PDF / Tabla.php
index 10f83856f7a31bc51e1de7bd4fbbf7f50e83b8e2..3934abd590b5ea5d6524c7d16e1111ec5232134d 100644 (file)
@@ -280,7 +280,8 @@ class MLIB_PDF_Tabla extends MLIB_PDF_Contenido {
                 
                 $rep = array ();
                 $rep = $this->_tabla->getCellAttributes($i, $j);
-                if (@$rep['cabecera'] || @$rep['titulo']) {
+                if (@$rep['cabecera'] || @$rep['titulo'] ||
+                    @$this->_config[$rep['mlib_style']]['repeat'] ) {
                     $repetir[$i][$j] = $txt;
                     $repetir[$i]['max'] = $max;
                 }
@@ -364,7 +365,7 @@ class MLIB_PDF_Tabla extends MLIB_PDF_Contenido {
                         //Ubico el texto segun su alineacion
                         $init = $this->_obtenerAlineacionTexto($i, $j, $t, $attr2,
                                 $estilo);
-                        
+                
                         $this->_marco->addText($init, $alto1 + 2,
                                 $t, $estilo, null, $orientacion);
                     }