Paper Office
paper-xlsxAPI referencechart.marker

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
= bwMode

custGeom

attributecustGeom
= custGeom

extLst

attributeextLst
= Typed(expected_type=OfficeArtExtensionList, allow_none=True)

gradFill

attributegradFill
= gradFill

idx_base

attributeidx_base
= 0

line

attributeline
= Alias('ln')

ln

attributeln
= ln

namespace

attributenamespace
= None

noFill

attributenoFill
= noFill

pattFill

attributepattFill
= pattFill

prstGeom

attributeprstGeom
= prstGeom

scene3d

attributescene3d
= scene3d

shape3D

attributeshape3D
= Alias('sp3d')

solidFill

attributesolidFill
= solidFill

sp3d

attributesp3d
= sp3d

tagname

attributetagname
= 'spPr'

transform

attributetransform
= Alias('xfrm')

xfrm

attributexfrm
= xfrm

Functions

__iter__

func__iter__()

from_tree

funcfrom_tree(node)

Create object from XML

paramnode

to_tree

functo_tree(tagname=None, idx=None, namespace=None)
paramtagname
= None
paramidx
= None
paramnamespace
= None

On this page