for ($row = 0; $row<$this->_tabla->getRowCount(); $row++) {
for ($i=0; $i<$this->_tabla->getColCount(); $i++ ) {
$tmp = $this->_tabla->getCellAttributes($row,$i);
for ($row = 0; $row<$this->_tabla->getRowCount(); $row++) {
for ($i=0; $i<$this->_tabla->getColCount(); $i++ ) {
$tmp = $this->_tabla->getCellAttributes($row,$i);
for ($i = 0; $i < $this->_tabla->getRowCount(); $i++) {
$max = 0;
for ($j = 0; $j < $this->_tabla->getColCount(); $j++) {
for ($i = 0; $i < $this->_tabla->getRowCount(); $i++) {
$max = 0;
for ($j = 0; $j < $this->_tabla->getColCount(); $j++) {
$txt = $this->_marco->wordWrap(
@$this->_tabla->getCellContents($i,$j), $ancho_columna,
$estilo);
$txt = $this->_marco->wordWrap(
@$this->_tabla->getCellContents($i,$j), $ancho_columna,
$estilo);