Home
last modified time | relevance | path

Searched refs:get_colspans (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.row.php105 function get_colspans($row_index) { function in TableRowBox
H A Dstrategy.table.layout.auto.php13 $colspans = $table->get_colspans();
H A Dbox.table.php758 $colspans = $this->get_colspans();
885 function get_colspans() { function in TableBox
889 $colspans = array_merge($colspans, $this->content[$i]->get_colspans($i));