Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.page.margin.class.php188 $this->put_full_width(mm2pt($media->width()));
201 $this->put_full_width(mm2pt($media->margins['left']));
219 $this->put_full_width($left);
237 $this->put_full_width($center);
255 $this->put_full_width($right);
281 $this->put_full_width(mm2pt($media->margins['left']));
299 $this->put_full_width($left);
317 $this->put_full_width($center);
335 $this->put_full_width($right);
361 $this->put_full_width(mm2pt($media->width()));
[all …]
H A Dbox.note-call.class.php93 $this->put_full_width($body->get_width());
113 $this->put_full_width(0);
116 $this->_note_call_box->put_full_width($this->_note_call_box->content[0]->get_width());
H A Dbox.block.php183 $this->put_full_width($this->get_max_width($context));
195 $this->put_full_width($wc->apply($this->get_width(),
264 $this->put_full_width($parent->get_width());
H A Dbox.legend.php30 $this->put_full_width($this->get_max_width($context));
H A Dbox.block.inline.php128 $this->put_full_width($parent->get_width());
H A Dbox.inline.control.php28 $this->put_full_width($this->get_min_width($context, $parent->get_width()));
H A Dbox.frame.php246 $this->put_full_width($viewport->get_width());
282 $frame->put_full_width($cols[$cur_col]);
H A Dstrategy.table.layout.auto.php243 $table->put_full_width(array_sum($widths));
H A Dbox.table.php1060 $this->put_full_width($parent->get_available_width($context));
1244 $cell->put_full_width($cw);
H A Dbox.generic.formatted.php489 function put_full_width($value) { function in GenericFormattedBox
H A Dbox.container.php934 $this->put_full_width($this->get_max_width_natural($context, $this->parent->get_width()));