Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/features/
H A Dtoc.php117 $toc_box =& $toc_box_document->content[0];
120 $document_updater->run($toc_box, $media, $document);
193 function run(&$toc_box, &$media, &$document) { argument
194 $toc_box->setCSSProperty(CSS_PAGE_BREAK_BEFORE, PAGE_BREAK_ALWAYS);
195 $document->append_child($toc_box);
203 function run(&$toc_box, &$media, &$document) { argument
204 $toc_box->setCSSProperty(CSS_PAGE_BREAK_AFTER, PAGE_BREAK_ALWAYS);
205 $document->insert_before($toc_box, $document->content[0]);
213 function run(&$toc_box, &$media, &$document) { argument
215 $placeholder->append_child($toc_box);