Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A Dpage.php23 var $margin_top = 2; variable in pageFormat
33 * @param string $margin_top
39 …public static function formatToString ($format, $orientation, $margin_top=2, $margin_right=2, $mar… 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…
232 $dest ['margin-top'] = $margin_top;
244 …public function setFormat($format, $orientation='portrait', $margin_top=2, $margin_right=2, $margi… argument
248 …$this->queryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom, $mar…
255 $this->margin_top = $data ['margin-top'];
293 return $this->margin_top;
[all …]
H A DODTDocument.php1632 * @param numeric $margin_top Top-Margin in cm, default 2
1637 …public function setStartPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_rig… argument
1641 ($format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left);
1662 * @param numeric $margin_top Top-Margin in cm, default 2
1667 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… argument
1677 if ( empty($margin_top) ) {
1678 $margin_top = $this->page->getMarginTop();
1691 …$this->page->queryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom…
/plugin/chordsheets/js/
H A Djtab.min.js1margin_top=36,Raphael.fn.margin_bottom=10,Raphael.fn.margin_left=16,Raphael.fn.margin_right=10,Rap…
/plugin/wrap/
H A Dhelper.php671 $margin_top = $css_properties ['margin-top'];
682 $properties ['margin-top'] = $margin_top;
/plugin/odt/renderer/
H A Dpage.php304 * @param numeric $margin_top Top-Margin in cm, default 2
310 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… argument
311 …$this->document->setPageFormat ($format, $orientation, $margin_top, $margin_right, $margin_bottom,…