Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A Dpage.php26 var $margin_right = 2; variable in pageFormat
34 * @param string $margin_right
40 $margins = $margin_top.'-'.$margin_right.'-'.$margin_bottom.'-'.$margin_left;
52 …$margins = $this->margin_top.'-'.$this->margin_right.'-'.$this->margin_bottom.'-'.$this->margin_le…
235 $dest ['margin-right'] = $margin_right;
248 …$this->queryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom, $mar…
258 $this->margin_right = $data ['margin-right'];
314 return $this->margin_right;
328 $percentage *= $this->width - $this->margin_left - $this->margin_right;
341 $percentage *= $this->width - $this->margin_left - $this->margin_right;
[all …]
H A DODTDocument.php1633 * @param numeric $margin_right Right-Margin in cm, default 2
1637 …tStartPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_b… argument
1641 ($format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left);
1663 * @param numeric $margin_right Right-Margin in cm, default 2
1667 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… argument
1680 if ( empty($margin_right) ) {
1681 $margin_right = $this->page->getMarginRight();
1691 …$this->page->queryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom…
/plugin/odt/conf/
H A Ddefault.php36 $conf['margin_right'] = '2';
H A Dmetadata.php37 $meta['margin_right'] = array('string', '_pattern' => '/^\d+(\.\d+)?$/');
/plugin/odt/
H A Dsyntax.php190 case 'margin_right':
/plugin/odt/renderer/
H A Dpage.php232 $this->config->getParam ('margin_right'),
305 * @param numeric $margin_right Right-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.php299 $this->config ['margin_right'] =