Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php60 if (isset($this->mpdf->PageLinks[$n])) {
61 $totaladdnum += count($this->mpdf->PageLinks[$n]);
204 if (isset($this->mpdf->PageLinks[$n])) {
205 $annotsnum += count($this->mpdf->PageLinks[$n]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php791 var $PageLinks; // array of links in pages
1199 $this->PageLinks = [];
1248 $this->columnLinks = []; // Cross references PageLinks
4342 $this->PageLinks[$this->page][] = $l;
4344 $ref = count($this->PageLinks[$this->page]) - 1; // *COLUMNS*
9752 $this->PageLinks[$n][] = $lk;
9850 $this->PageLinks[$n][] = $lk;
14707 $this->PageLinks[$this->page][] = $lk;
23581 if (count($this->PageLinks)) {
23583 foreach ($this->PageLinks a
790 var $PageLinks; // array of links in pages global() variable in Mpdf\\Mpdf
[all...]