Searched refs:margin_left (Results 1 – 7 of 7) sorted by relevance
/plugin/odt/ODT/ |
H A D | page.php | 25 var $margin_left = 2; variable in pageFormat 36 * @param string $margin_left 40 $margins = $margin_top.'-'.$margin_right.'-'.$margin_bottom.'-'.$margin_left; 52 …argins = $this->margin_top.'-'.$this->margin_right.'-'.$this->margin_bottom.'-'.$this->margin_left; 234 $dest ['margin-left'] = $margin_left; 248 …eryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left); 257 $this->margin_left = $data ['margin-left']; 307 return $this->margin_left; 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 | 1635 * @param numeric $margin_left Left-Margin in cm, default 2 1637 … $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_bottom=NULL, $margin_left=NULL) { argument 1641 ($format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left); 1665 * @param numeric $margin_left Left-Margin in cm, default 2 1667 … $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_bottom=NULL, $margin_left=NULL) { argument 1686 if ( empty($margin_left) ) { 1687 $margin_left = $this->page->getMarginLeft(); 1691 …eryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left);
|
H A D | ODTImport.php | 196 $margin_left = ODTUnits::getDigits($style->getPropertyFromLevel($level, 'margin_left')); 199 $minimum = $margin_left + $text_indent + $width;
|
/plugin/chordsheets/js/ |
H A D | jtab.min.js | 1 …margin_left=16,Raphael.fn.margin_right=10,Raphael.fn.current_offset=Raphael.fn.margin_left,Raphael…
|
/plugin/wrap/ |
H A D | helper.php | 674 $margin_left = $css_properties ['margin-left']; 685 $properties ['margin-left'] = $margin_left;
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | html.attrs.inc.php | 357 $margin_left =& CSS::get_handler(CSS_MARGIN_LEFT); 358 $margin_left->css('auto',$pipeline);
|
/plugin/odt/renderer/ |
H A D | page.php | 307 * @param numeric $margin_left Left-Margin in cm, default 2 310 … $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_bottom=NULL, $margin_left=NULL) { argument 311 …t->setPageFormat ($format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left);
|