Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php735 var $flowingBlockAttr;
2941 if ((isset($this->blk[$this->blklvl]['y0']) && $this->y > $this->blk[$this->blklvl]['y0']) || $this->flowingBlockAttr['is_table']) {
3114 if ((isset($this->blk[$this->blklvl]['y0']) && $this->y > $this->blk[$this->blklvl]['y0']) || $this->flowingBlockAttr['is_table'] || $this->extrapagebreak) {
6413 $this->flowingBlockAttr['width'] = ($w * Mpdf::SCALE);
6415 $this->flowingBlockAttr['is_table'] = $is_table;
6416 $this->flowingBlockAttr['table_draft'] = $table_draft;
6417 $this->flowingBlockAttr['height'] = $h;
6418 $this->flowingBlockAttr['lineCount'] = 0;
6419 $this->flowingBlockAttr['align'] = $a;
6420 $this->flowingBlockAttr['fon
734 var $flowingBlockAttr; global() variable in Mpdf\\Mpdf
[all...]