openpyxl.drawing.properties模块

class openpyxl.drawing.properties.GroupLocking(noGrp=None, noUngrp=None, noSelect=None, noRot=None, noChangeAspect=None, noChangeArrowheads=None, noMove=None, noResize=None, noEditPoints=None, noAdjustHandles=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'>

noEditPoints

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

noGrp

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

noMove

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

noResize

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

noRot

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

noSelect

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

noUngrp

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

tagname = 'grpSpLocks'
class openpyxl.drawing.properties.GroupShapeProperties(bwMode=None, xfrm=None, scene3d=None, extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

bwMode

Value must be one of {'hidden', 'blackGray', 'black', 'grayWhite', 'auto', 'invGray', 'white', 'blackWhite', 'clr', 'ltGray', 'gray'}

extLst

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

scene3d

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

tagname = 'grpSpPr'
xfrm

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

class openpyxl.drawing.properties.NonVisualDrawingProps(id=None, name=None, descr=None, hidden=None, title=None, hlinkClick=None, hlinkHover=None, extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

descr

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

extLst

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

hidden

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

hlinkClick

值的类型必须小于class“openpyxl.drawing.text.hyperlink”>

hlinkHover

值的类型必须小于class“openpyxl.drawing.text.hyperlink”>

id

值的类型必须小于class“int”>

name

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

tagname = 'cNvPr'
title

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

class openpyxl.drawing.properties.NonVisualDrawingShapeProps(spLocks=None, txBox=None, extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

extLst

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

spLocks

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

tagname = 'cNvSpPr'
txBax

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

class openpyxl.drawing.properties.NonVisualGroupDrawingShapeProps(grpSpLocks=None, extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

extLst

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

grpSpLocks

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

tagname = 'cNvGrpSpPr'
class openpyxl.drawing.properties.NonVisualGroupShape(cNvPr=None, cNvGrpSpPr=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

cNvGrpSpPr

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

cNvPr

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

tagname = 'nvGrpSpPr'