Searched refs:margin_right (Results 1 – 6 of 6) sorted by relevance
/plugin/odt/ODT/ |
H A D | page.php | 26 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 D | ODTDocument.php | 1633 * @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/chordsheets/js/ |
H A D | jtab.min.js | 1 …margin_right=10,Raphael.fn.current_offset=Raphael.fn.margin_left,Raphael.fn.string_spacing=16,Raph…
|
/plugin/wrap/ |
H A D | helper.php | 672 $margin_right = $css_properties ['margin-right']; 683 $properties ['margin-right'] = $margin_right;
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | html.attrs.inc.php | 360 $margin_right =& CSS::get_handler(CSS_MARGIN_RIGHT); 361 $margin_right->css('auto',$pipeline);
|
/plugin/odt/renderer/ |
H A D | page.php | 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,…
|