Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.php285 function &make_anchor(&$media, $link_destination, $page_heights) { argument
307 $anchor =& new Anchor($link_destination,
319 $link_destination = $this->get_css_property(CSS_HTML2PS_LINK_DESTINATION);
320 if (!is_null($link_destination)) {
321 …$anchors[$link_destination] =& $this->make_anchor($driver->media, $link_destination, $page_heights…
H A Dbox.whitespace.php105 $link_destination = $this->get_css_property(CSS_HTML2PS_LINK_DESTINATION);
106 if (is_null($link_destination)) {