Home
last modified time | relevance | path

Searched refs:margin_right (Results 1 – 6 of 6) 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/chordsheets/js/
H A Djtab.min.js1margin_right=10,Raphael.fn.current_offset=Raphael.fn.margin_left,Raphael.fn.string_spacing=16,Raph…
/plugin/wrap/
H A Dhelper.php672 $margin_right = $css_properties ['margin-right'];
683 $properties ['margin-right'] = $margin_right;
/plugin/html2pdf/html2pdf/html2ps/
H A Dhtml.attrs.inc.php360 $margin_right =& CSS::get_handler(CSS_MARGIN_RIGHT);
361 $margin_right->css('auto',$pipeline);
/plugin/odt/renderer/
H A Dpage.php305 * @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,…