Home
last modified time | relevance | path

Searched refs:margin_right (Results 1 – 7 of 7) sorted by relevance

/plugin/odt/ODT/
Dpage.php26 var $margin_right = 2; variable in pageFormat
34 * @param string $margin_right
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…
67 …ueryFormat (&$dest, $format, $orientation='portrait', $margin_top=2, $margin_right=2, $margin_bott… argument
235 $dest ['margin-right'] = $margin_right;
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…
258 $this->margin_right = $data ['margin-right'];
[all …]
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.js542 Raphael.fn.margin_right = 10;
554 …phael.fn.margin_left + Raphael.fn.fret_width + Raphael.fn.string_spacing + Raphael.fn.margin_right;
576 …this.path(this.svg_params(this.current_offset + width - this.margin_right, 0, 0, 2)).attr({ stroke…
655 this.increment_offset(this.margin_left + dx + this.margin_right);
673 this.increment_offset(this.margin_left + this.margin_right);
697 this.increment_offset(this.margin_left + 6 + this.margin_right);
H A Djtab.min.js1margin_right=10,Raphael.fn.current_offset=Raphael.fn.margin_left,Raphael.fn.string_spacing=16,Raph…
/plugin/wrap/
Dhelper.php672 $margin_right = $css_properties ['margin-right'];
683 $properties ['margin-right'] = $margin_right;
/plugin/html2pdf/html2pdf/html2ps/
Dhtml.attrs.inc.php360 $margin_right =& CSS::get_handler(CSS_MARGIN_RIGHT);
361 $margin_right->css('auto',$pipeline);
/plugin/odt/renderer/
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,…