Lines Matching refs:margin_left
25 var $margin_left = 2; variable in pageFormat
36 * @param string $margin_left
39 …oString ($format, $orientation, $margin_top=2, $margin_right=2, $margin_bottom=2, $margin_left=2) { argument
40 $margins = $margin_top.'-'.$margin_right.'-'.$margin_bottom.'-'.$margin_left;
52 …argins = $this->margin_top.'-'.$this->margin_right.'-'.$this->margin_bottom.'-'.$this->margin_left;
67 …ormat, $orientation='portrait', $margin_top=2, $margin_right=2, $margin_bottom=2, $margin_left=2) { argument
234 $dest ['margin-left'] = $margin_left;
244 …ormat, $orientation='portrait', $margin_top=2, $margin_right=2, $margin_bottom=2, $margin_left=2) { argument
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;
369 $percentage *= $this->height - $this->margin_left - $this->margin_right;