openpyxl.drawing.picture模块

class openpyxl.drawing.picture.NonVisualPictureProperties(preferRelativeResize=None, picLocks=None, extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

extLst

值的类型必须为<class'openpyxl.descriptors.excel.extensionList'>

picLocks

值的类型必须小于class“openpyxl.drawing.picture.picturelocking”>

preferRelativeResize

值的类型必须小于class'bool'>

tagname = 'cNvPicPr'
class openpyxl.drawing.picture.PictureFrame(macro=None, fPublished=None, nvPicPr=None, blipFill=None, spPr=None, style=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

blipFill

值的类型必须小于class“openpyxl.drawing.fill.blipfillproperties”>

fPublished

值的类型必须小于class'bool'>

graphicalProperties

在python中不允许或混淆所需的属性名(例如“type”)或需要更具描述性的名称(例如“u”的“underline”)时,可以使用别名。

macro

值的类型必须小于class'str'>

nvPicPr

值的类型必须小于class“openpyxl.drawing.picture.picturenonvisual”>

spPr

值的类型必须小于class“openpyxl.chart.shapes.graphicalproperties”>

style

值的类型必须小于class“openpyxl.drawing.geometry.shapestyle”>

tagname = 'pic'
class openpyxl.drawing.picture.PictureLocking(noCrop=None, noGrp=None, noSelect=None, noRot=None, noChangeAspect=None, noMove=None, noResize=None, noEditPoints=None, noAdjustHandles=None, noChangeArrowheads=None, noChangeShapeType=None, extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

extLst

值的类型必须为<class'openpyxl.descriptors.excel.extensionList'>

namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
noAdjustHandles

值的类型必须小于class'bool'>

noChangeArrowheads

值的类型必须小于class'bool'>

noChangeAspect

值的类型必须小于class'bool'>

noChangeShapeType

值的类型必须小于class'bool'>

noCrop

值的类型必须小于class'bool'>

noEditPoints

值的类型必须小于class'bool'>

noGrp

值的类型必须小于class'bool'>

noMove

值的类型必须小于class'bool'>

noResize

值的类型必须小于class'bool'>

noRot

值的类型必须小于class'bool'>

noSelect

值的类型必须小于class'bool'>

tagname = 'picLocks'
class openpyxl.drawing.picture.PictureNonVisual(cNvPr=None, cNvPicPr=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

cNvPicPr

值的类型必须小于class“openpyxl.drawing.picture.nonvisualpictureproperties”>

cNvPr

值的类型必须小于class“openpyxl.drawing.properties.nonvisualdrawingprops”>

tagname = 'nvPicPr'