paper-xlsxAPI referencechart.shapes
GraphicalProperties
paper-xlsx 0.2.1 API reference
Somewhat vaguely 21.2.2.197 says this:
This element specifies the formatting for the parent chart element. The custGeom, prstGeom, scene3d, and xfrm elements are not supported. The bwMode attribute is not supported.
This doesn't leave much. And the element is used in different places.
GraphicalProperties(bwMode=None, xfrm=None, noFill=None, solidFill=None, gradFill=None, pattFill=None, ln=None, scene3d=None, custGeom=None, prstGeom=None, sp3d=None, extLst=None)Attributes
bwMode
attributebwMode= bwModecustGeom
attributecustGeom= custGeomextLst
attributeextLst= Typed(expected_type=OfficeArtExtensionList, allow_none=True)gradFill
attributegradFill= gradFillidx_base
attributeidx_base= 0line
attributeline= Alias('ln')ln
attributeln= lnnamespace
attributenamespace= NonenoFill
attributenoFill= noFillpattFill
attributepattFill= pattFillprstGeom
attributeprstGeom= prstGeomscene3d
attributescene3d= scene3dshape3D
attributeshape3D= Alias('sp3d')solidFill
attributesolidFill= solidFillsp3d
attributesp3d= sp3dtagname
attributetagname= 'spPr'transform
attributetransform= Alias('xfrm')xfrm
attributexfrm= xfrmFunctions
__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