Home
last modified time | relevance | path

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

12

/plugin/html2pdf/html2pdf/html2ps/
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 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 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 Dstrategy.link.rendering.normal.php8 $link_target = $box->get_css_property(CSS_HTML2PS_LINK_TARGET);
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 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 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 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 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.generic.inline.php10 switch ($this->get_css_property(CSS_POSITION)) {
65 $text_indent = $parent->get_css_property(CSS_TEXT_INDENT);
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 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.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.select.php94 $padding = $this->get_css_property(CSS_PADDING);
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.table.row.php84 $va = $cell->get_css_property(CSS_VERTICAL_ALIGN);
204 $visibility = $cell->get_css_property(CSS_VISIBILITY);
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 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);

12