Home
last modified time | relevance | path

Searched refs:_note_call_box (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dbox.note-call.class.php15 var $_note_call_box; variable in BoxNoteCall
19 $this->_note_call_box->offset($dx, $dy);
34 …$this->_note_call_box = InlineBox::create_from_text(CSSListStyleType::format_number(LST_DECIMAL, 9…
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…
82 $parent->append_line($this->_note_call_box);
[all …]
Dpipeline.class.php1058 if ($this->output_driver->contains($footnote->_note_call_box)) {