Home
last modified time | relevance | path

Searched refs:margin_footer (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dworksheet.py227 self.margin_footer = 0.3
3837 self.margin_footer = options.get('margin', 0.3)
4163 self.margin_footer = 0.5
5880 ('footer', self.margin_footer)]
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h2203 double margin_footer; member
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DMpdf.php682 var $margin_footer; variable in Mpdf\\Mpdf
1253 $this->margin_footer = $mgf;
1265 $this->orig_fMargin = $this->margin_footer;
1271 $mgb += $this->margin_footer;
9462 $this->margin_footer = $this->saveHTMLHeader[$n][$OE]['mf'];
9537 $this->margin_footer = $this->saveHTMLFooter[$n][$OE]['mf'];
9545 $top_y = $this->y = $this->h - $this->margin_footer;
14121 $this->saveHTMLHeader[$this->page][$OE]['mf'] = $this->margin_footer;
14128 $this->saveHTMLHeader[$this->page][$OE]['mf'] = $this->margin_footer;
14156 $this->saveHTMLFooter[$this->page][$OE]['mf'] = $this->margin_footer;
[all …]
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c253 worksheet->margin_footer = 0.3; in lxw_worksheet_new()
2555 double footer = self->margin_footer; in _worksheet_write_page_margins()
9801 self->margin_footer = options->margin; in worksheet_set_footer_opt()