]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/PDF/TablaEstilo.php
Se agrega a la clase MLIB_PDF_Tabla y MLIB_PDF_Tabla_Estilo la posibilidad de
[mecon/meconlib.git] / lib / MLIB / PDF / TablaEstilo.php
index 78c4e6a426800f4d71ab7f2b0636f5ecdf7581cf..f153a8eaf07642f326f4cef3e399e0d111228c97 100644 (file)
@@ -60,6 +60,14 @@ class MLIB_PDF_Tabla_Estilo {
      */
     var $fontHeight = 8;
     
+    /**
+     * Indica si debe repetirse en las diferentes pagians.
+     * 
+     * @var bool $repeat
+     * @access public;
+     */
+    var $repeat = false;
+    
     /**
      * Color de fondo de la celda.
      * 
@@ -129,6 +137,7 @@ class MLIB_PDF_Tabla_Estilo {
                 'alto_linea'      => $this->rowHeight,
                 'font'            => $this->font,
                 'height'          => $this->fontHeight,
+                'repeat'          => $this->repeat,
                 'fillcolor'       => $this->fillColor,
                 'fill'            => 
                 array (