Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php65 if (isset($this->mpdf->PageAnnots[$n])) {
66 foreach ($this->mpdf->PageAnnots[$n] as $k => $pl) {
208 if (isset($this->mpdf->PageAnnots[$n])) {
209 foreach ($this->mpdf->PageAnnots[$n] as $k => $pl) {
218 $this->mpdf->PageAnnots[$n][$k]['pageobj'] = $this->mpdf->n;
H A DMetadataWriter.php508 if (isset($this->mpdf->PageLinks[$n]) || isset($this->mpdf->PageAnnots[$n]) || count($this->form->forms) > 0) {
574 if (isset($this->mpdf->PageAnnots[$n])) {
576 foreach ($this->mpdf->PageAnnots[$n] as $key => $pl) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php405 var $PageAnnots;
1204 $this->PageAnnots = [];
9930 $this->PageAnnots[$page][] = $an;
9934 $ref = isset($this->PageAnnots[$this->page]) ? (count($this->PageAnnots[$this->page]) - 1) : -1;
14743 $this->PageAnnots[$this->page][] = $lk;
23704 if (count($this->PageAnnots)) {
23706 foreach ($this->PageAnnots as $p => $anno) {
23718 $newarr[$p] = $this->PageAnnots[$p];
23721 $this->PageAnnots
411 var $PageAnnots; global() variable in Mpdf\\Mpdf
[all...]