Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php98 $col_index = $box->parse_colgroup_tag($child, $col_index);
147 function parse_colgroup_tag(&$root, $start_index) { function in TableBox