Home
last modified time | relevance | path

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

/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dworksheet.py226 self.margin_header = 0.3
3761 self.margin_header = options.get('margin', 0.3)
4162 self.margin_header = 0.5
5879 ('header', self.margin_header),
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h2202 double margin_header; member
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DMpdf.php683 var $margin_header; variable in Mpdf\\Mpdf
1252 $this->margin_header = $mgh;
1264 $this->orig_hMargin = $this->margin_header;
1268 $mgt += $this->margin_header;
9461 $this->margin_header = $this->saveHTMLHeader[$n][$OE]['mh'];
9470 $this->y = $this->margin_header;
9536 $this->margin_header = $this->saveHTMLFooter[$n][$OE]['mh'];
14069 $this->y = $this->margin_header;
14081 $h = ($this->y - $this->margin_header);
14120 $this->saveHTMLHeader[$this->page][$OE]['mh'] = $this->margin_header;
[all …]
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c252 worksheet->margin_header = 0.3; in lxw_worksheet_new()
2554 double header = self->margin_header; in _worksheet_write_page_margins()
9683 self->margin_header = options->margin; in worksheet_set_header_opt()