Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.note-call.class.php27 $this->copy_style($content);
38 $this->_note_call_box->copy_style($content);
39 $this->_note_call_box->content[0]->copy_style($content);
57 $this->_note_marker_box->copy_style($content);
58 $this->_note_marker_box->content[0]->copy_style($content);
H A Dbox.field.pageno.php10 $field->copy_style($box);
H A Dbox.field.pages.php14 $field->copy_style($box);
H A Dbox.generic.php96 function copy_style(&$box) { function in GenericBox