- foreach ($txtt[$j] as $t) {
- $alto1 -= $estilo['alto_linea'];
-
- //Ubico el texto segun su alineacion
- $init = $this->_obtenerAlineacionTexto($i, $j, $t, $attr2,
- $estilo);
-
- $this->_marco->addText($init, $alto1 + 2,
- $t, $estilo, null, $this->_marco->orientacion);
+ if (@$txtt[$j]) {
+ foreach ($txtt[$j] as $t) {
+ $alto1 -= $estilo['alto_linea'];
+
+ //Ubico el texto segun su alineacion
+ $init = $this->_obtenerAlineacionTexto($i, $j, $t, $attr2,
+ $estilo);
+
+ $this->_marco->addText($init, $alto1 + 2,
+ $t, $estilo, null, $orientacion);
+ }
+ }
+ if (@$estilo['colspan']) {
+ $j++;