Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.note-call.class.php14 var $_note_marker_box; variable in BoxNoteCall
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);
101 $this->_note_marker_box->reflow($this, $context);
134 $this->_note_marker_box->reflow_text($driver);
184 $this->_note_marker_box->moveto($x, $y);
[all …]