Lines Matching refs:content

22   function BoxNoteCall(&$content, &$pipeline) {  argument
25 $this->_note_content =& $content;
27 $this->copy_style($content);
38 $this->_note_call_box->copy_style($content);
39 $this->_note_call_box->content[0]->copy_style($content);
41 $font = $this->_note_call_box->content[0]->get_css_property(CSS_FONT);
44 $this->_note_call_box->content[0]->setCSSProperty(CSS_FONT, $font);
46 $this->_note_call_box->content[0]->setCSSProperty(CSS_VERTICAL_ALIGN, VA_SUPER);
47 …$this->_note_call_box->content[0]->setCSSProperty(CSS_LINE_HEIGHT, CSS::getDefaultValue(CSS_LINE_H…
57 $this->_note_marker_box->copy_style($content);
58 $this->_note_marker_box->content[0]->copy_style($content);
60 $font = $this->_note_marker_box->content[0]->get_css_property(CSS_FONT);
63 $this->_note_marker_box->content[0]->setCSSProperty(CSS_FONT, $font);
65 $margin = $this->_note_marker_box->content[0]->get_css_property(CSS_MARGIN);
68 $this->_note_marker_box->content[0]->setCSSProperty(CSS_MARGIN, $margin);
71 $this->_note_marker_box->content[0]->setCSSProperty(CSS_VERTICAL_ALIGN, VA_SUPER);
72 …$this->_note_marker_box->content[0]->setCSSProperty(CSS_LINE_HEIGHT, CSS::getDefaultValue(CSS_LINE…
75 function &create(&$content, &$pipeline) { argument
76 $box = new BoxNoteCall($content, $pipeline);
115 $parent->_current_x += $this->_note_call_box->content[0]->get_width();
116 $this->_note_call_box->put_full_width($this->_note_call_box->content[0]->get_width());
171 $this->_note_call_box->content[0]->words[0] = CSSListStyleType::format_number(LST_DECIMAL,
182 $this->_note_marker_box->content[0]->words[0] = CSSListStyleType::format_number(LST_DECIMAL,
190 $this->_note_content->moveto($x + $this->_note_marker_box->content[0]->get_width()*0.75,