Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
Dbox.note-call.class.php14 var $_note_marker_box; variable in BoxNoteCall
53 …$this->_note_marker_box = InlineBox::create_from_text(CSSListStyleType::format_number(LST_DECIMAL,…
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…
[all …]