$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;
}
//Ubico el texto segun su alineacion
$init = $this->_obtenerAlineacionTexto($i, $j, $t, $attr2,
$estilo);
-
+
$this->_marco->addText($init, $alto1 + 2,
$t, $estilo, null, $orientacion);
}