Home
last modified time | relevance | path

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

12

/plugin/html2pdf/html2pdf/html2ps/
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.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.list-item.php51 $list_style = $this->get_css_property(CSS_LIST_STYLE);
70 $list_style = $this->get_css_property(CSS_LIST_STYLE);
156 $list_style = $this->get_css_property(CSS_LIST_STYLE);
166 $font = $this->get_css_property(CSS_FONT);
182 $color = $this->get_css_property(CSS_COLOR);
185 $font = $this->get_css_property(CSS_FONT);
192 $color = $this->get_css_property(CSS_COLOR);
197 $font = $this->get_css_property(CSS_FONT);
203 $color = $this->get_css_property(CSS_COLOR);
206 $font = $this->get_css_property(CSS_FONT);
[all …]
H A Dlayout.vertical.php11 $clear = $box->get_css_property(CSS_CLEAR);
18 if ($current_float->get_css_property(CSS_FLOAT) == FLOAT_LEFT) {
21 $margin = $box->get_css_property(CSS_MARGIN);
31 if ($current_float->get_css_property(CSS_FLOAT) == FLOAT_RIGHT) {
33 $margin = $box->get_css_property(CSS_MARGIN);
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 Dlayout.page.breaks.php249 $position = $box->get_css_property(CSS_POSITION);
270 } elseif ($box->get_css_property(CSS_PAGE_BREAK_BEFORE) == PAGE_BREAK_AVOID) {
284 } elseif ($box->get_css_property(CSS_PAGE_BREAK_AFTER) == PAGE_BREAK_AVOID) {
296 if ($box->get_css_property(CSS_PAGE_BREAK_INSIDE) == PAGE_BREAK_AVOID) {
307 $border_left =& $box->get_css_property(CSS_BORDER_LEFT);
308 $border_right =& $box->get_css_property(CSS_BORDER_RIGHT);
387 if ($box->get_css_property(CSS_PAGE_BREAK_INSIDE) == PAGE_BREAK_AVOID) {
475 if ($more_before < $box->parent->get_css_property(CSS_ORPHANS)) {
481 if ($box->parent->get_css_property(CSS_WIDOWS) > $size + $more_after) {
496 if ($size + 1 + $more_before < $box->parent->get_css_property(CSS_ORPHANS)) {
[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.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 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 Dstrategy.position.absolute.php25 $bottom = $box->get_css_property(CSS_BOTTOM);
26 $top = $box->get_css_property(CSS_TOP);
57 $left = $box->get_css_property(CSS_LEFT);
58 $right = $box->get_css_property(CSS_RIGHT);
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 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.text.php88 $line_height = $this->get_css_property(CSS_LINE_HEIGHT);
110 $font = $this->get_css_property(CSS_FONT);
123 $text_transform = $this->get_css_property(CSS_TEXT_TRANSFORM);
234 $ti = $this->get_css_property(CSS_TEXT_INDENT);
376 $font = $this->get_css_property(CSS_FONT_SIZE);
441 $font_size = $this->get_css_property(CSS_FONT_SIZE);
474 $font_size = $this->get_css_property(CSS_FONT_SIZE);
476 $decoration = $this->get_css_property(CSS_TEXT_DECORATION);
564 $font_size = $this->get_css_property(CSS_FONT_SIZE);
566 $decoration = $this->get_css_property(CSS_TEXT_DECORATION);
[all …]
H A Dstrategy.width.max.natural.php28 $text_indent = $box->get_css_property(CSS_TEXT_INDENT);
43 } elseif ($child->get_css_property(CSS_FLOAT) !== FLOAT_NONE) {
44 $wc = $child->get_css_property(CSS_WIDTH);
59 $item_wc = $item->get_css_property(CSS_WIDTH);
H A Dbox.whitespace.php90 $letter_spacing = $this->get_css_property(CSS_LETTER_SPACING);
91 $word_spacing = $this->get_css_property(CSS_WORD_SPACING);
105 $link_destination = $this->get_css_property(CSS_HTML2PS_LINK_DESTINATION);
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 Dflow_context.class.inc.php66 if ($float->get_css_property(CSS_FLOAT) == FLOAT_LEFT) {
126 $parent_wc = $parent->get_css_property(CSS_WIDTH);
190 if ($float->get_css_property(CSS_FLOAT) == FLOAT_RIGHT) {
355 $a_z = $a->get_css_property(CSS_Z_INDEX);
356 $b_z = $b->get_css_property(CSS_Z_INDEX);
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 Dbox.table.php279 $cell_wc = $cell->get_css_property(CSS_WIDTH);
657 $wc = $this->get_css_property(CSS_WIDTH);
684 $wc = $this->get_css_property(CSS_WIDTH);
718 $wc = $this->get_css_property(CSS_WIDTH);
771 $wc = $this->get_css_property(CSS_WIDTH);
898 $cell_wc = $cell->get_css_property(CSS_WIDTH);
982 $wc = $this->get_css_property(CSS_WIDTH);
1012 $wc = $this->get_css_property(CSS_WIDTH);
1046 $border = $this->get_css_property(CSS_BORDER);
1047 $padding = $this->get_css_property(CSS_PADDING);
[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 Dstrategy.width.min.nowrap.php23 $ti = $box->get_css_property(CSS_TEXT_INDENT);
47 $wc = $box->get_css_property(CSS_WIDTH);
H A Dbox.block.inline.php57 switch ($this->get_css_property(CSS_POSITION)) {
139 $font = $this->get_css_property(CSS_FONT);
H A Dbox.generic.inline.php10 switch ($this->get_css_property(CSS_POSITION)) {
65 $text_indent = $parent->get_css_property(CSS_TEXT_INDENT);
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);

12