fastpyxl.chart.layout module

class fastpyxl.chart.layout.Layout(manualLayout=None, extLst=None)[source]

Bases: Serialisable

extLst: ExtensionList | None
manualLayout: ManualLayout | None
tagname = 'layout'
xml_order = ('manualLayout',)
class fastpyxl.chart.layout.ManualLayout(layoutTarget=None, xMode=None, yMode=None, wMode='factor', hMode='factor', x=None, y=None, w=None, h=None, extLst=None)[source]

Bases: Serialisable

extLst: ExtensionList | None
h: float | None
hMode: str | None
property height
layoutTarget: str | None
tagname = 'manualLayout'
w: float | None
wMode: str | None
property width
x: float | None
xMode: str | None
xml_order = ('layoutTarget', 'xMode', 'yMode', 'wMode', 'hMode', 'x', 'y', 'w', 'h')
y: float | None
yMode: str | None