paper-xlsxAPI referencechart.print_settings
PageMargins
paper-xlsx 0.2.1 API reference
Identical to openpyxl.worksheet.page.Pagemargins but element names are different :-/
PageMargins(l=0.75, r=0.75, t=1, b=1, header=0.5, footer=0.5)Attributes
b
attributeb= bbottom
attributebottom= Alias('b')footer
attributefooter= footerheader
attributeheader= headeridx_base
attributeidx_base= 0l
attributel= lleft
attributeleft= Alias('l')namespace
attributenamespace= Noner
attributer= rright
attributeright= Alias('r')t
attributet= ttagname
attributetagname= 'pageMargins'top
attributetop= Alias('t')Functions
__iter__
func__iter__()from_tree
funcfrom_tree(node)Create object from XML
paramnodeto_tree
functo_tree(tagname=None, idx=None, namespace=None)paramtagname= Noneparamidx= Noneparamnamespace= None