Lines Matching full:table
3 * Handle ODT Table row elements.
15 * Class for handling the table row element.
29 $this->setClass ('table-row');
41 return ('table:table-row');
52 return '<table:table-row table:style-name="'.$style_name.'">';
54 return '<table:table-row>';
63 return '</table:table-row>';
68 * As a table row we are not.
78 * As a table row our parent is the table element.
83 $table = $previous;
84 while (isset($table)) {
85 if ($table->getClass() == 'table') {
88 $table = $table->getParent();
90 $this->setParent($table);
92 if (!isset($table)) {
98 $table->increaseRowCount();
99 $table->setTableCurrentColumn(0);
103 * Return the table to which this column belongs.