openpyxl.drawing.graphic module
- class openpyxl.drawing.graphic.GraphicData(uri='http://schemas.openxmlformats.org/drawingml/2006/chart', chart=None)[source]
 Bases:
Serialisable- chart
 Values must be of type <class ‘openpyxl.drawing.relation.ChartRelation’>
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
 
- tagname = 'graphicData'
 
- uri
 Values must be of type <class ‘str’>
- class openpyxl.drawing.graphic.GraphicFrame(nvGraphicFramePr=None, xfrm=None, graphic=None, macro=None, fPublished=None)[source]
 Bases:
Serialisable- fPublished
 Values must be of type <class ‘bool’>
- graphic
 Values must be of type <class ‘openpyxl.drawing.graphic.GraphicObject’>
- macro
 Values must be of type <class ‘str’>
- nvGraphicFramePr
 Values must be of type <class ‘openpyxl.drawing.graphic.NonVisualGraphicFrame’>
- tagname = 'graphicFrame'
 
- xfrm
 Values must be of type <class ‘openpyxl.drawing.xdr.XDRTransform2D’>
- class openpyxl.drawing.graphic.GraphicFrameLocking(noGrp=None, noDrilldown=None, noSelect=None, noChangeAspect=None, noMove=None, noResize=None, extLst=None)[source]
 Bases:
Serialisable- extLst
 Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
- noChangeAspect
 Values must be of type <class ‘bool’>
- noDrilldown
 Values must be of type <class ‘bool’>
- noGrp
 Values must be of type <class ‘bool’>
- noMove
 Values must be of type <class ‘bool’>
- noResize
 Values must be of type <class ‘bool’>
- noSelect
 Values must be of type <class ‘bool’>
- class openpyxl.drawing.graphic.GraphicObject(graphicData=None)[source]
 Bases:
Serialisable- graphicData
 Values must be of type <class ‘openpyxl.drawing.graphic.GraphicData’>
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
 
- tagname = 'graphic'
 
- class openpyxl.drawing.graphic.GroupShape(nvGrpSpPr=None, grpSpPr=None, pic=None)[source]
 Bases:
Serialisable- grpSpPr
 Values must be of type <class ‘openpyxl.drawing.properties.GroupShapeProperties’>
- nonVisualProperties
 Values must be of type <class ‘openpyxl.drawing.properties.NonVisualGroupShape’>
- nvGrpSpPr
 Values must be of type <class ‘openpyxl.drawing.properties.NonVisualGroupShape’>
- pic
 Values must be of type <class ‘openpyxl.drawing.picture.PictureFrame’>
- visualProperties
 Values must be of type <class ‘openpyxl.drawing.properties.GroupShapeProperties’>
- class openpyxl.drawing.graphic.NonVisualGraphicFrame(cNvPr=None, cNvGraphicFramePr=None)[source]
 Bases:
Serialisable- cNvGraphicFramePr
 Values must be of type <class ‘openpyxl.drawing.graphic.NonVisualGraphicFrameProperties’>
- cNvPr
 Values must be of type <class ‘openpyxl.drawing.properties.NonVisualDrawingProps’>
- tagname = 'nvGraphicFramePr'
 
- class openpyxl.drawing.graphic.NonVisualGraphicFrameProperties(graphicFrameLocks=None, extLst=None)[source]
 Bases:
Serialisable- extLst
 Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
- graphicFrameLocks
 Values must be of type <class ‘openpyxl.drawing.graphic.GraphicFrameLocking’>
- tagname = 'cNvGraphicFramePr'