Home
last modified time | relevance | path

Searched refs:register_css_property (Results 51 – 56 of 56) sorted by last modified time

123

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.html2ps.html.content.inc.php39 CSS::register_css_property(new CSSHTML2PSHTMLContent);
H A Dcss.html2ps.pixels.php27 CSS::register_css_property(new CSSHTML2PSPixels);
H A Dcss.margin.inc.php124 CSS::register_css_property($mh);
125 CSS::register_css_property(new CSSMarginLeft($mh, 'left'));
126 CSS::register_css_property(new CSSMarginRight($mh, 'right'));
127 CSS::register_css_property(new CSSMarginTop($mh, 'top'));
128 CSS::register_css_property(new CSSMarginBottom($mh, 'bottom'));
H A Dcss.max-height.inc.php55 CSS::register_css_property(new CSSMaxHeight);
H A Dcss.padding.inc.php127 CSS::register_css_property($ph);
128 CSS::register_css_property(new CSSPaddingLeft($ph, 'left'));
129 CSS::register_css_property(new CSSPaddingRight($ph, 'right'));
130 CSS::register_css_property(new CSSPaddingTop($ph, 'top'));
131 CSS::register_css_property(new CSSPaddingBottom($ph, 'bottom'));
H A Dcss.page.inc.php26 CSS::register_css_property(new CSSPage());

123