Home
last modified time | relevance | path

Searched refs:getInheritedProperty (Results 1 – 10 of 10) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.font.class.php46 $this->style = $state->getInheritedProperty(CSS_FONT_STYLE);
50 $this->weight = $state->getInheritedProperty(CSS_FONT_WEIGHT);
54 $size = $state->getInheritedProperty(CSS_FONT_SIZE);
59 $this->family = $state->getInheritedProperty(CSS_FONT_FAMILY);
63 $this->line_height = $state->getInheritedProperty(CSS_LINE_HEIGHT);
H A Dvalue.background.php138 $value =& $state->getInheritedProperty(CSS_BACKGROUND_COLOR);
143 $value =& $state->getInheritedProperty(CSS_BACKGROUND_IMAGE);
148 $value =& $state->getInheritedProperty(CSS_BACKGROUND_POSITION);
153 $this->_repeat = $state->getInheritedProperty(CSS_BACKGROUND_REPEAT);
157 $this->_attachment =& $state->getInheritedProperty(CSS_BACKGROUND_ATTACHMENT);
H A Dvalue.list-style.class.php13 $value = $state->getInheritedProperty(CSS_LIST_STYLE_IMAGE);
18 $value = $state->getInheritedProperty(CSS_LIST_STYLE_POSITION);
23 $value = $state->getInheritedProperty(CSS_LIST_STYLE_TYPE);
H A Dvalue.margin.class.php74 $value = $state->getInheritedProperty(CSS_MARGIN_TOP);
79 $value = $state->getInheritedProperty(CSS_MARGIN_BOTTOM);
84 $value = $state->getInheritedProperty(CSS_MARGIN_RIGHT);
89 $value = $state->getInheritedProperty(CSS_MARGIN_LEFT);
H A Dvalue.padding.class.php69 $value = $state->getInheritedProperty(CSS_PADDING_TOP);
74 $value = $state->getInheritedProperty(CSS_PADDING_BOTTOM);
79 $value = $state->getInheritedProperty(CSS_PADDING_RIGHT);
84 $value = $state->getInheritedProperty(CSS_PADDING_LEFT);
H A Dvalue.border.class.php63 $value = $state->getInheritedProperty(CSS_BORDER_TOP);
68 $value = $state->getInheritedProperty(CSS_BORDER_RIGHT);
73 $value = $state->getInheritedProperty(CSS_BORDER_BOTTOM);
78 $value = $state->getInheritedProperty(CSS_BORDER_LEFT);
H A Dcss.state.class.php62 $size = $this->getInheritedProperty(CSS_FONT_SIZE);
102 function &getInheritedProperty($code) { function in CSSState
H A Dbox.generic.php116 $value =& $state->getInheritedProperty($property);
137 $value = $state->getInheritedProperty($property);
155 $value = $state->getInheritedProperty(CSS_FONT);
H A Dvalue.border.edge.class.php49 $value = $state->getInheritedProperty($code_width);
54 $value = $state->getInheritedProperty($code_color);
59 $value = $state->getInheritedProperty($code_style);
H A Dbox.php164 $position = $css_state->getInheritedProperty(CSS_POSITION);
432 $content_obj = $css_state->getInheritedProperty(CSS_CONTENT);
459 $position = $css_state->getInheritedProperty(CSS_POSITION);