Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.note-call.class.php13 var $_note_content; variable in BoxNoteCall
25 $this->_note_content =& $content;
97 $this->_note_content->reflow($this, $context);
129 $this->_note_content->reflow_whitespace($ls, $pw);
133 $this->_note_content->reflow_text($driver);
142 $this->_note_content->get_full_height() +
147 $this->_note_content->get_full_height() +
190 $this->_note_content->moveto($x + $this->_note_marker_box->content[0]->get_width()*0.75,
192 $this->_note_content->show_fixed($driver);
195 return $y - $this->_note_content->get_full_height();
H A Dlayout.page.breaks.php150 …$footnotes[] = new FootnoteLocation($box->get_top_margin(), $box->_note_content->get_full_height()…