Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.text-align.inc.php23 function value2pdf($value) { function in CSSTextAlign
H A Dcss.pseudo.align.inc.php46 function value2pdf($value) { function in CSSPseudoAlign
H A Dcss.vertical-align.inc.php139 function value2pdf($value) { function in CSSVerticalAlign
H A Dbox.table.row.php85 $va_fun = CSSVerticalAlign::value2pdf($va);
H A Dbox.container.php646 $cb = CSSTextAlign::value2pdf($this->get_css_property(CSS_TEXT_ALIGN));
651 $cb = CSSPseudoAlign::value2pdf($this->get_css_property(CSS_HTML2PS_ALIGN));
H A Dbox.page.margin.class.php134 $va = CSSVerticalAlign::value2pdf($this->get_css_property(CSS_VERTICAL_ALIGN));
H A Dbox.table.php442 $va_fun = CSSVerticalAlign::value2pdf($vertical_align);