Lines Matching refs:margin_top
23 var $margin_top = 2; variable in pageFormat
33 * @param string $margin_top
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 …public static function queryFormat (&$dest, $format, $orientation='portrait', $margin_top=2, $marg… argument
232 $dest ['margin-top'] = $margin_top;
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…
255 $this->margin_top = $data ['margin-top'];
293 return $this->margin_top;
356 $percentage *= $this->height - $this->margin_top - $this->margin_bottom;