fastpyxl.drawing.graphic module
- class fastpyxl.drawing.graphic.GraphicData(uri='http://schemas.openxmlformats.org/drawingml/2006/chart', chart=None)[source]
Bases:
Serialisable- chart: ChartRelation | None
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
- tagname = 'graphicData'
- uri: str | None
- class fastpyxl.drawing.graphic.GraphicFrame(nvGraphicFramePr=None, xfrm=None, graphic=None, macro=None, fPublished=None)[source]
Bases:
Serialisable- fPublished: bool | None
- graphic: GraphicObject | None
- macro: str | None
- nvGraphicFramePr: NonVisualGraphicFrame | None
- tagname = 'graphicFrame'
- xfrm: XDRTransform2D | None
- xml_order = ('nvGraphicFramePr', 'xfrm', 'graphic')
- class fastpyxl.drawing.graphic.GraphicFrameLocking(noGrp=None, noDrilldown=None, noSelect=None, noChangeAspect=None, noMove=None, noResize=None, extLst=None)[source]
Bases:
Serialisable- extLst: ExtensionList | None
- noChangeAspect: bool | None
- noDrilldown: bool | None
- noGrp: bool | None
- noMove: bool | None
- noResize: bool | None
- noSelect: bool | None
- class fastpyxl.drawing.graphic.GraphicObject(graphicData=None)[source]
Bases:
Serialisable- graphicData: GraphicData | None
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
- tagname = 'graphic'
- class fastpyxl.drawing.graphic.GroupShape(nvGrpSpPr=None, grpSpPr=None, pic=None)[source]
Bases:
Serialisable- grpSpPr: GroupShapeProperties | None
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing'
- property nonVisualProperties
- nvGrpSpPr: NonVisualGroupShape | None
- pic: PictureFrame | None
- tagname = 'grpSp'
- property visualProperties
- xml_order = ('nvGrpSpPr', 'grpSpPr', 'pic')
- class fastpyxl.drawing.graphic.NonVisualGraphicFrame(cNvPr=None, cNvGraphicFramePr=None)[source]
Bases:
Serialisable- cNvGraphicFramePr: NonVisualGraphicFrameProperties | None
- cNvPr: NonVisualDrawingProps | None
- tagname = 'nvGraphicFramePr'
- xml_order = ('cNvPr', 'cNvGraphicFramePr')
- class fastpyxl.drawing.graphic.NonVisualGraphicFrameProperties(graphicFrameLocks=None, extLst=None)[source]
Bases:
Serialisable- extLst: ExtensionList | None
- graphicFrameLocks: GraphicFrameLocking | None
- tagname = 'cNvGraphicFramePr'