Searched refs:margin_bottom (Results 1 – 5 of 5) sorted by relevance
/plugin/odt/ODT/ |
H A D | page.php | 24 var $margin_bottom = 2; variable in pageFormat 35 * @param string $margin_bottom 39 …rmatToString ($format, $orientation, $margin_top=2, $margin_right=2, $margin_bottom=2, $margin_lef… argument 40 $margins = $margin_top.'-'.$margin_right.'-'.$margin_bottom.'-'.$margin_left; 52 …$margins = $this->margin_top.'-'.$this->margin_right.'-'.$this->margin_bottom.'-'.$this->margin_le… 233 $dest ['margin-bottom'] = $margin_bottom; 244 …at($format, $orientation='portrait', $margin_top=2, $margin_right=2, $margin_bottom=2, $margin_lef… argument 248 …eryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left); 256 $this->margin_bottom = $data ['margin-bottom']; 300 return $this->margin_bottom; [all …]
|
H A D | ODTDocument.php | 1634 * @param numeric $margin_bottom Bottom-Margin in cm, default 2 1637 …ormat=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_bottom=NULL, $margin_… argument 1641 ($format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left); 1664 * @param numeric $margin_bottom Bottom-Margin in cm, default 2 1667 …ormat=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_bottom=NULL, $margin_… argument 1683 if ( empty($margin_bottom) ) { 1684 $margin_bottom = $this->page->getMarginBottom(); 1691 …eryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left);
|
/plugin/chordsheets/js/ |
H A D | jtab.min.js | 1 …margin_bottom=10,Raphael.fn.margin_left=16,Raphael.fn.margin_right=10,Raphael.fn.current_offset=Ra…
|
/plugin/wrap/ |
H A D | helper.php | 673 $margin_bottom = $css_properties ['margin-bottom']; 684 $properties ['margin-bottom'] = $margin_bottom;
|
/plugin/odt/renderer/ |
H A D | page.php | 306 * @param numeric $margin_bottom Bottom-Margin in cm, default 2 310 …ormat=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_bottom=NULL, $margin_… argument 311 …t->setPageFormat ($format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left);
|