- //Ubico el texto segun su alineacion
- $init = $this->_obtenerAlineacionTexto($ii, $jj, $t, $attr2,
- $estilo);
-
- $this->_marco->addText($init, $alto1 + 2,
- $t, $estilo, null, $orientacion);
- }
+ $this->_marco->addRectangle($izq, $alto, $der,
+ $alto+$repetir[$ii]['max'], @$estilo['fill'],
+ null, $orientacion);
+ $alto1 = $alto + $repetir[$ii]['max'];
+ foreach ($repetir[$ii][$jj] as $t) {
+ $alto1 -= $estilo['alto_linea'];
+
+ //Ubico el texto segun su alineacion
+ $init = $this->_obtenerAlineacionTexto($ii, $jj, $t, $attr2,
+ $estilo);
+
+ $this->_marco->addText($init, $alto1 + 2,
+ $t, $estilo, null, $orientacion);
+ }