Home
last modified time | relevance | path

Searched refs:get_css_property (Results 26 – 44 of 44) sorted by relevance

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.field.pageno.php22 $font = $this->get_css_property(CSS_FONT);
52 $font = $this->get_css_property(CSS_FONT);
H A Dbox.field.pages.php26 $font = $this->get_css_property(CSS_FONT);
58 $font = $this->get_css_property(CSS_FONT);
H A Dbox.note-call.class.php41 $font = $this->_note_call_box->content[0]->get_css_property(CSS_FONT);
60 $font = $this->_note_marker_box->content[0]->get_css_property(CSS_FONT);
65 $margin = $this->_note_marker_box->content[0]->get_css_property(CSS_MARGIN);
H A Dstrategy.table.layout.auto.php82 $cellpadding = $table->get_css_property(CSS_HTML2PS_CELLPADDING);
83 $cellspacing = $table->get_css_property(CSS_HTML2PS_CELLSPACING);
212 $wc = $table->get_css_property(CSS_WIDTH);
H A Dstrategy.link.rendering.normal.php8 $link_target = $box->get_css_property(CSS_HTML2PS_LINK_TARGET);
H A Dfilter.pre.footnotes.class.php21 if ($tree->content[$i]->get_css_property(CSS_POSITION) == POSITION_FOOTNOTE) {
H A Dbox.table.row.php84 $va = $cell->get_css_property(CSS_VERTICAL_ALIGN);
204 $visibility = $cell->get_css_property(CSS_VISIBILITY);
H A Dbox.img.php98 $font = $this->get_css_property(CSS_FONT);
138 $font = $this->get_css_property(CSS_FONT_SIZE);
296 $wc = $this->get_css_property(CSS_WIDTH);
H A Dflow_viewport.class.inc.php20 $padding = $box->get_css_property(CSS_PADDING);
H A Dbox.php307 $pseudoelements = $box->get_css_property(CSS_HTML2PS_PSEUDOELEMENTS);
341 $wc = $box->get_css_property(CSS_WIDTH);
533 $display = $box->get_css_property(CSS_DISPLAY);
H A Dbox.br.php128 $font = $this->get_css_property(CSS_FONT);
H A Dwidth.php84 $parent_wc = $box->parent->get_css_property(CSS_WIDTH);
H A Dlayout.default.class.php18 $margin = $box->get_css_property(CSS_MARGIN);
H A Dbackground.image.php91 $box->get_css_property(CSS_DISPLAY) == '-body') {
H A Dbox.page.margin.class.php90 $raw_html_content =& $at_rule->get_css_property(CSS_HTML2PS_HTML_CONTENT);
103 $raw_content =& $at_rule->get_css_property(CSS_CONTENT);
134 $va = CSSVerticalAlign::value2pdf($this->get_css_property(CSS_VERTICAL_ALIGN));
H A Dbox.select.php94 $padding = $this->get_css_property(CSS_PADDING);
H A Dcss.state.class.php31 $this->set_property($property, $property_data->get_css_property($property));
H A Dcss.rules.page.inc.php169 function &get_css_property($code) { function in CSSAtRuleMarginBox
H A Dpipeline.class.php1083 if ($current_box->get_css_property(CSS_VISIBILITY) === VISIBILITY_VISIBLE) {
1098 if ($current_box->get_css_property(CSS_VISIBILITY) === VISIBILITY_VISIBLE) {

12