Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
Dbox.page.margin.class.php189 $this->put_full_height(mm2pt($media->margins['top']));
202 $this->put_full_height(mm2pt($media->margins['top']));
220 $this->put_full_height(mm2pt($media->margins['top']));
238 $this->put_full_height(mm2pt($media->margins['top']));
256 $this->put_full_height(mm2pt($media->margins['top']));
269 $this->put_full_height(mm2pt($media->margins['top']));
282 $this->put_full_height(mm2pt($media->margins['bottom']));
300 $this->put_full_height(mm2pt($media->margins['bottom']));
318 $this->put_full_height(mm2pt($media->margins['bottom']));
336 $this->put_full_height(mm2pt($media->margins['bottom']));
[all …]
Dbox.note-call.class.php92 $this->put_full_height(1000);
107 $this->_note_call_box->put_full_height(0);
112 $this->put_full_height(0);
Dbox.frame.php17 $this->content[0]->put_full_height($this->get_height());
249 $this->put_full_height($viewport->get_height());
285 $frame->put_full_height($rows[$cur_row]);
Dbox.table.row.php89 $cell->put_full_height($height);
Dbox.generic.formatted.php863 function put_full_height($value) { function in GenericFormattedBox
Dbox.table.php447 $cell->put_full_height(array_sum($row_heights));