Home
last modified time | relevance | path

Searched refs:get_rowspans (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.row.php123 function get_rowspans($row_index) { function in TableRowBox
H A Dbox.table.php426 $spans = $this->get_rowspans();
452 function get_rowspans() { function in TableBox
456 $spans = array_merge($spans, $this->content[$i]->get_rowspans($i));
1274 foreach ($this->get_rowspans() as $rowspan) {