Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php6404 …function newFlowingBlock($w, $h, $a = '', $is_table = false, $blockstate = 0, $newblock = true, $b… argument
6415 $this->flowingBlockAttr['is_table'] = $is_table;
6440 $is_table = $this->flowingBlockAttr['is_table'];
6458 if ($this->blk[$this->blklvl]['bgcolor'] && !$is_table) {
6484 if ($this->ColActive && !$is_table) {
6490 if ($is_table) {
6537 $this->_setInlineBlockHeights($lineBox, $stackHeight, $content, $font, $is_table);
6539 if ($is_table && count($content) == 0) {
6607 if ($this->blklvl > 0 && !$is_table) {
6633 …if (!$is_table && ($this->y + $check_h) > ($this->PageBreakTrigger + $buff) and ! $this->InFooter …
[all …]
DForm.php449 function print_ob_imageinput($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $is_table) argument
468 $this->mpdf->PaintImgBorder($objattr, $is_table);