Home
last modified time | relevance | path

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

12

/plugin/html2pdf/html2pdf/html2ps/
Dbox.generic.formatted.php16 $border = $current_box->get_css_property(CSS_BORDER);
17 $padding = $current_box->get_css_property(CSS_PADDING);
25 $margin = $current_box->get_css_property(CSS_MARGIN);
26 $border = $current_box->get_css_property(CSS_BORDER);
27 $padding = $current_box->get_css_property(CSS_PADDING);
55 $margin = $current_box->get_css_property(CSS_MARGIN);
56 $border = $current_box->get_css_property(CSS_BORDER);
57 $padding = $current_box->get_css_property(CSS_PADDING);
85 $margin = $current_box->get_css_property(CSS_MARGIN);
86 $border = $current_box->get_css_property(CSS_BORDER);
[all …]
Dbox.block.php60 $box->get_css_property(CSS_WHITE_SPACE),
83 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);
331 if ($this->get_css_property(CSS_OVERFLOW) != OVERFLOW_VISIBLE) {
360 $margin = $this->get_css_property(CSS_MARGIN);
373 if ($this->get_css_property(CSS_FLOAT) != FLOAT_NONE ||
374 $this->get_css_property(CSS_POSITION) == POSITION_RELATIVE) {
[all …]
Dbox.list-item.php51 $list_style = $this->get_css_property(CSS_LIST_STYLE);
70 $list_style = $this->get_css_property(CSS_LIST_STYLE);
108 $list_style = $this->get_css_property(CSS_LIST_STYLE);
131 $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);
[all …]
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);
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);
127 if ($border_handler->is_default($box->get_css_property(CSS_BORDER))) {
128 $table_border = $box->get_css_property(CSS_HTML2PS_TABLE_BORDER);
136 $padding = $box->get_css_property(CSS_PADDING);
165 if ($box->get_css_property(CSS_BORDER_COLLAPSE) != BORDER_COLLAPSE) {
[all …]
Dlayout.page.breaks.php237 return PageBreakLocator::is_forced_page_break($box->get_css_property(CSS_PAGE_BREAK_BEFORE));
241 return PageBreakLocator::is_forced_page_break($box->get_css_property(CSS_PAGE_BREAK_AFTER));
249 $position = $box->get_css_property(CSS_POSITION);
268 …} elseif (!is_null($previous) && $previous->get_css_property(CSS_PAGE_BREAK_AFTER) == PAGE_BREAK_A…
270 } elseif ($box->get_css_property(CSS_PAGE_BREAK_BEFORE) == PAGE_BREAK_AVOID) {
282 …} elseif (!is_null($next) && $next->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);
[all …]
Dbox.container.php86 $overflow = $this->get_css_property(CSS_OVERFLOW);
166 $overflow = $this->get_css_property(CSS_OVERFLOW);
196 if ($child->get_css_property(CSS_VISIBILITY) === VISIBILITY_VISIBLE) {
199 if ($child->get_css_property(CSS_POSITION) != POSITION_FIXED) {
428 $overflow = $this->get_css_property(CSS_OVERFLOW);
463 $content_overflow = $this->content[$i]->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);
[all …]
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) {
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);
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);
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);
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);
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);
415 $letter_spacing = $this->get_css_property(CSS_LETTER_SPACING);
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);
483 $letter_spacing = $this->get_css_property(CSS_LETTER_SPACING);
[all …]
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);
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);
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);
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);
Dbox.table.php72 if ($box->get_css_property(CSS_BORDER_COLLAPSE) == BORDER_COLLAPSE) {
237 $this->cwc[$i] = merge_width_constraint($this->cwc[$i], $cell->get_css_property(CSS_WIDTH));
279 $cell_wc = $cell->get_css_property(CSS_WIDTH);
440 $vertical_align = $cell->get_css_property(CSS_VERTICAL_ALIGN);
657 $wc = $this->get_css_property(CSS_WIDTH);
684 $wc = $this->get_css_property(CSS_WIDTH);
718 $wc = $this->get_css_property(CSS_WIDTH);
719 $pwc = $this->parent->get_css_property(CSS_WIDTH);
739 $table_layout = $this->get_css_property(CSS_TABLE_LAYOUT);
771 $wc = $this->get_css_property(CSS_WIDTH);
[all …]
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);
Dfilter.post.postponed.class.php13 $position = $tree->content[$i]->get_css_property(CSS_POSITION);
14 $float = $tree->content[$i]->get_css_property(CSS_FLOAT);
Dfilter.post.positioned.class.php13 $position = $tree->content[$i]->get_css_property(CSS_POSITION);
14 $float = $tree->content[$i]->get_css_property(CSS_FLOAT);
Dstrategy.width.min.nowrap.php23 $ti = $box->get_css_property(CSS_TEXT_INDENT);
47 $wc = $box->get_css_property(CSS_WIDTH);
Dbox.block.inline.php57 switch ($this->get_css_property(CSS_POSITION)) {
139 $font = $this->get_css_property(CSS_FONT);
Dbox.generic.inline.php10 switch ($this->get_css_property(CSS_POSITION)) {
65 $text_indent = $parent->get_css_property(CSS_TEXT_INDENT);
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