Home
last modified time | relevance | path

Searched refs:get_css_property (Results 1 – 25 of 44) sorted by last modified time

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.block.inline.php57 switch ($this->get_css_property(CSS_POSITION)) {
139 $font = $this->get_css_property(CSS_FONT);
H A Dbox.br.php128 $font = $this->get_css_property(CSS_FONT);
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.frame.php70 $wc = $this->get_css_property(CSS_WIDTH);
92 $right = $this->get_css_property(CSS_RIGHT);
93 $left = $this->get_css_property(CSS_LEFT);
98 $bottom = $this->get_css_property(CSS_BOTTOM);
99 $top = $this->get_css_property(CSS_TOP);
173 $bottom = $this->get_css_property(CSS_BOTTOM);
174 $top = $this->get_css_property(CSS_TOP);
199 $left = $this->get_css_property(CSS_LEFT);
200 $right = $this->get_css_property(CSS_RIGHT);
H A Dbox.generic.formatted.php16 $border = $current_box->get_css_property(CSS_BORDER);
281 $color =& $this->get_css_property(CSS_COLOR);
305 $wc =& $this->get_css_property(CSS_WIDTH);
329 $margin = $this->get_css_property(CSS_MARGIN);
357 $wc = $this->get_css_property(CSS_WIDTH);
373 $float = $this->get_css_property(CSS_FLOAT);
814 $wc = $this->get_css_property(CSS_WIDTH);
830 $wc = $this->get_css_property(CSS_WIDTH);
963 $top = $this->get_css_property(CSS_TOP);
1002 $left = $this->get_css_property(CSS_LEFT);
[all …]
H A Dbox.generic.php70 function &get_css_property($code) { function in GenericBox
108 $font =& $this->get_css_property(CSS_FONT);
219 $color = $this->get_css_property(CSS_COLOR);
319 $link_destination = $this->get_css_property(CSS_HTML2PS_LINK_DESTINATION);
404 $this->parent->get_css_property(CSS_POSITION) == POSITION_ABSOLUTE ||
414 $this->parent->get_css_property(CSS_POSITION) == POSITION_FIXED ||
423 $wc = $this->get_css_property(CSS_WIDTH);
426 if ($this->get_css_property(CSS_FLOAT) <> FLOAT_NONE) {
430 if ($this->get_css_property(CSS_POSITION) <> POSITION_STATIC &&
431 $this->get_css_property(CSS_POSITION) <> POSITION_RELATIVE) {
H A Dcss.rules.page.inc.php169 function &get_css_property($code) { function in CSSAtRuleMarginBox
H A Dcss.state.class.php31 $this->set_property($property, $property_data->get_css_property($property));
H A Dfilter.post.positioned.class.php13 $position = $tree->content[$i]->get_css_property(CSS_POSITION);
14 $float = $tree->content[$i]->get_css_property(CSS_FLOAT);
H A Dfilter.post.postponed.class.php13 $position = $tree->content[$i]->get_css_property(CSS_POSITION);
14 $float = $tree->content[$i]->get_css_property(CSS_FLOAT);
H A Dfilter.pre.footnotes.class.php21 if ($tree->content[$i]->get_css_property(CSS_POSITION) == POSITION_FOOTNOTE) {
H A Dheight.php138 $value = $box->get_css_property(CSS_HEIGHT);
149 $value = $box->get_css_property(CSS_MIN_HEIGHT);
159 $value = $box->get_css_property(CSS_MAX_HEIGHT);
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) {
H A Dstrategy.width.absolute.positioned.php15 $right =& $box->get_css_property(CSS_RIGHT);
16 $left =& $box->get_css_property(CSS_LEFT);
17 $wc =& $box->get_css_property(CSS_WIDTH);
H A Dstrategy.width.min.nowrap.php23 $ti = $box->get_css_property(CSS_TEXT_INDENT);
47 $wc = $box->get_css_property(CSS_WIDTH);
H A Dstrategy.width.min.php34 $white_space = $box->get_css_property(CSS_WHITE_SPACE);
35 $pseudo_nowrap = $box->get_css_property(CSS_HTML2PS_NOWRAP);
52 $ti = $box->get_css_property(CSS_TEXT_INDENT);
70 $wc = $box->get_css_property(CSS_WIDTH);
H A Dbackground.image.php91 $box->get_css_property(CSS_DISPLAY) == '-body') {
H A Dbox.block.php83 switch ($this->get_css_property(CSS_POSITION)) {
194 $wc = $this->get_css_property(CSS_WIDTH);
222 if ($this->get_css_property(CSS_FLOAT) === FLOAT_NONE) {
319 $border = $this->get_css_property(CSS_BORDER);
320 $padding = $this->get_css_property(CSS_PADDING);
360 $margin = $this->get_css_property(CSS_MARGIN);
396 $position = $this->get_css_property(CSS_POSITION);
402 $bottom = $this->get_css_property(CSS_BOTTOM);
403 $top = $this->get_css_property(CSS_TOP);
426 $left = $this->get_css_property(CSS_LEFT);
[all …]
H A Dbox.container.php86 $overflow = $this->get_css_property(CSS_OVERFLOW);
166 $overflow = $this->get_css_property(CSS_OVERFLOW);
428 $overflow = $this->get_css_property(CSS_OVERFLOW);
520 $ti = $this->get_css_property(CSS_TEXT_INDENT);
562 $white_space = $this->get_css_property(CSS_WHITE_SPACE);
563 $pseudo_nowrap = $this->get_css_property(CSS_HTML2PS_NOWRAP);
580 $ti = $this->get_css_property(CSS_TEXT_INDENT);
598 $wc = $this->get_css_property(CSS_WIDTH);
867 $text_indent = $this->get_css_property(CSS_TEXT_INDENT);
941 if ($this->get_css_property(CSS_FLOAT) === FLOAT_RIGHT) {
[all …]
H A Dbox.inline.php72 $fake_box->setCSSProperty(CSS_PADDING, $box->get_css_property(CSS_PADDING));
75 $fake_box->setCSSProperty(CSS_BACKGROUND, $box->get_css_property(CSS_BACKGROUND));
76 $fake_box->setCSSProperty(CSS_BORDER, $box->get_css_property(CSS_BORDER));
245 if ($this->get_css_property(CSS_POSITION) == POSITION_RELATIVE) {
264 $background = $this->get_css_property(CSS_BACKGROUND);
265 $border = $this->get_css_property(CSS_BORDER);
420 $dest = $this->get_css_property(CSS_HTML2PS_LINK_DESTINATION);
472 $wc = $this->get_css_property(CSS_WIDTH);
H A Dbox.table.cell.php48 $white_space = $this->get_css_property(CSS_WHITE_SPACE);
49 $pseudo_nowrap = $this->get_css_property(CSS_HTML2PS_NOWRAP);
67 $ti = $this->get_css_property(CSS_TEXT_INDENT);
85 $wc = $this->get_css_property(CSS_WIDTH);
119 $cellspacing = $box->get_css_property(CSS_HTML2PS_CELLSPACING);
120 $cellpadding = $box->get_css_property(CSS_HTML2PS_CELLPADDING);
128 $table_border = $box->get_css_property(CSS_HTML2PS_TABLE_BORDER);
136 $padding = $box->get_css_property(CSS_PADDING);
166 $margin_value = $box->get_css_property(CSS_MARGIN);
291 $border = $this->get_css_property(CSS_BORDER);
[all …]
H A Dflow_viewport.class.inc.php20 $padding = $box->get_css_property(CSS_PADDING);
H A Dstrategy.width.max.php28 $text_indent = $box->get_css_property(CSS_TEXT_INDENT);
39 $child->get_css_property(CSS_FLOAT) !== FLOAT_NONE) {
46 $item_wc = $child->get_css_property(CSS_WIDTH);
66 $wc = $box->get_css_property(CSS_WIDTH);
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);

12