Home
last modified time | relevance | path

Searched +full:margin_bottom +(+path:plugin +path:odt) -(+path:plugin +path:odt +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/odt/ODT/
H A Dpage.php24 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 DODTDocument.php1634 * @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/odt/conf/
H A Ddefault.php37 $conf['margin_bottom'] = '2';
H A Dmetadata.php38 $meta['margin_bottom'] = array('string', '_pattern' => '/^\d+(\.\d+)?$/');
/plugin/odt/
H A Dsyntax.php197 case 'margin_bottom':
/plugin/odt/renderer/
H A Dpage.php233 $this->config->getParam ('margin_bottom'),
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);
/plugin/odt/helper/
H A Dconfig.php307 $this->config ['margin_bottom'] =