Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.section.php13 $box->add_child($row);
19 $box->add_child($child_box);
31 function add_child(&$item) { function in TableSectionBox
36 $last_row->add_child($item);
H A Dinline.content.builder.normal.php24 $box->add_child($whitespace);
31 $box->add_child($whitespace);
54 $box->add_child($whitespace);
H A Dfilter.pre.headfoot.class.php26 $tree->add_child($box);
31 $tree->add_child($box);
H A Dbox.table.row.php16 $box->add_child($child_box);
24 function add_child(&$item) { function in TableRowBox
26 GenericContainerBox::add_child($item);
H A Dinline.content.builder.pre.wrap.php34 $box->add_child($whitespace);
H A Dinline.content.builder.pre.line.php29 $box->add_child($whitespace);
H A Dbox.table.cell.fake.php17 $box->add_child($nullbox);
H A Dbox.input.password.php23 $box->add_child($ibox->content[$i]);
H A Dbox.php321 $box->add_child($after);
373 $wrapper->add_child($box);
520 $wrapper->add_child($box);
H A Dbox.iframe.php66 $this->add_child($box_child);
H A Dbox.inline.php112 $box->add_child($child_box);
127 $box->add_child($whitespace);
240 $this->add_child($text_box);
H A Dbox.table.php67 $box->add_child($row);
101 $box->add_child($child_box);
388 function add_child(&$item) { function in TableBox
393 $last_row->add_child($item);
408 $this->add_child($item->content[$i]);
H A Dbox.container.php255 $this->add_child($what);
261 function add_child(&$box) { function in GenericContainerBox
403 $this->add_child($box_child);
H A Dbox.block.php59 $box->add_child(InlineBox::create_from_text($content,
H A Dbox.frame.php158 $this->add_child($box_child);
H A Dbox.page.margin.class.php110 $this->add_child($box);
H A Dinline.content.builder.php747 $box->add_child($break_box);