Home
last modified time | relevance | path

Searched +full:margin_top +(+path:plugin +path:odt) -(+path:plugin +path:odt +path:lang) (Results 1 – 7 of 7) 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/odt/conf/
H A Ddefault.php35 $conf['margin_top'] = '2';
H A Dmetadata.php36 $meta['margin_top'] = array('string', '_pattern' => '/^\d+(\.\d+)?$/');
/plugin/odt/
H A Dsyntax.php183 case 'margin_top':
/plugin/odt/renderer/
H A Dpage.php231 $this->config->getParam ('margin_top'),
304 * @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,…
/plugin/odt/helper/
H A Dconfig.php291 $this->config ['margin_top'] =