openpyxl.drawing.fill module¶
- class openpyxl.drawing.fill.Blip(cstate=None, embed=None, link=None, noGrp=None, noSelect=None, noRot=None, noChangeAspect=None, noMove=None, noResize=None, noEditPoints=None, noAdjustHandles=None, noChangeArrowheads=None, noChangeShapeType=None, extLst=None, alphaBiLevel=None, alphaCeiling=None, alphaFloor=None, alphaInv=None, alphaMod=None, alphaModFix=None, alphaRepl=None, biLevel=None, blur=None, clrChange=None, clrRepl=None, duotone=None, fillOverlay=None, grayscl=None, hsl=None, lum=None, tint=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- alphaBiLevel¶
Values must be of type <class ‘openpyxl.drawing.effect.AlphaBiLevelEffect’>
- alphaCeiling¶
Values must be of type <class ‘openpyxl.drawing.effect.AlphaCeilingEffect’>
- alphaFloor¶
Values must be of type <class ‘openpyxl.drawing.effect.AlphaFloorEffect’>
- alphaInv¶
Values must be of type <class ‘openpyxl.drawing.effect.AlphaInverseEffect’>
- alphaMod¶
Values must be of type <class ‘openpyxl.drawing.effect.AlphaModulateEffect’>
- alphaModFix¶
Values must be of type <class ‘openpyxl.drawing.effect.AlphaModulateFixedEffect’>
- alphaRepl¶
Values must be of type <class ‘openpyxl.drawing.effect.AlphaReplaceEffect’>
- biLevel¶
Values must be of type <class ‘openpyxl.drawing.effect.BiLevelEffect’>
- blur¶
Values must be of type <class ‘openpyxl.drawing.effect.BlurEffect’>
- clrChange¶
Values must be of type <class ‘openpyxl.drawing.effect.ColorChangeEffect’>
- clrRepl¶
Values must be of type <class ‘openpyxl.drawing.effect.ColorReplaceEffect’>
- cstate¶
Value must be one of {‘email’, ‘hqprint’, ‘screen’, ‘print’}
- duotone¶
Values must be of type <class ‘openpyxl.drawing.effect.DuotoneEffect’>
- embed¶
Values must be of type <class ‘str’>
- extLst¶
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
- fillOverlay¶
Values must be of type <class ‘openpyxl.drawing.effect.FillOverlayEffect’>
- grayscl¶
Values must be of type <class ‘openpyxl.drawing.effect.GrayscaleEffect’>
- hsl¶
Values must be of type <class ‘openpyxl.drawing.effect.HSLEffect’>
- link¶
Values must be of type <class ‘str’>
- lum¶
Values must be of type <class ‘openpyxl.drawing.effect.LuminanceEffect’>
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'¶
- noAdjustHandles¶
Values must be of type <class ‘bool’>
- noChangeArrowheads¶
Values must be of type <class ‘bool’>
- noChangeAspect¶
Values must be of type <class ‘bool’>
- noChangeShapeType¶
Values must be of type <class ‘bool’>
- noEditPoints¶
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’>
- noRot¶
Values must be of type <class ‘bool’>
- noSelect¶
Values must be of type <class ‘bool’>
- tagname = 'blip'¶
- tint¶
Values must be of type <class ‘openpyxl.drawing.effect.TintEffect’>
- class openpyxl.drawing.fill.BlipFillProperties(dpi=None, rotWithShape=None, blip=None, tile=None, stretch=<openpyxl.drawing.fill.StretchInfoProperties object> Parameters: fillRect=<openpyxl.drawing.fill.RelativeRect object> Parameters: l=None, t=None, r=None, b=None, srcRect=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- blip¶
Values must be of type <class ‘openpyxl.drawing.fill.Blip’>
- dpi¶
Values must be of type <class ‘int’>
- rotWithShape¶
Values must be of type <class ‘bool’>
- srcRect¶
Values must be of type <class ‘openpyxl.drawing.fill.RelativeRect’>
- stretch¶
Values must be of type <class ‘openpyxl.drawing.fill.StretchInfoProperties’>
- tagname = 'blipFill'¶
- tile¶
Values must be of type <class ‘openpyxl.drawing.fill.TileInfoProperties’>
- class openpyxl.drawing.fill.GradientFillProperties(flip=None, rotWithShape=None, gsLst=(), lin=None, path=None, tileRect=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- flip¶
Value must be one of {‘y’, ‘xy’, ‘x’}
- gsLst¶
Wrap a sequence in an containing object
- lin¶
Values must be of type <class ‘openpyxl.drawing.fill.LinearShadeProperties’>
- linear¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'¶
- path¶
Values must be of type <class ‘openpyxl.drawing.fill.PathShadeProperties’>
- rotWithShape¶
Values must be of type <class ‘bool’>
- stop_list¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- tagname = 'gradFill'¶
- tileRect¶
Values must be of type <class ‘openpyxl.drawing.fill.RelativeRect’>
- class openpyxl.drawing.fill.GradientStop(pos=None, scrgbClr=None, srgbClr=None, hslClr=None, sysClr=None, schemeClr=None, prstClr=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- RGB¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- RGBPercent¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- hslClr¶
Values must be of type <class ‘openpyxl.drawing.colors.HSLColor’>
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'¶
- pos¶
Values must be of type <class ‘float’>
- prstClr¶
Value must be one of {‘turquoise’, ‘pink’, ‘lightSlateGray’, ‘mediumVioletRed’, ‘blue’, ‘mediumTurquoise’, ‘moccasin’, ‘forestGreen’, ‘dkOrange’, ‘burlyWood’, ‘plum’, ‘darkOrchid’, ‘dkGoldenrod’, ‘green’, ‘dkSlateBlue’, ‘lemonChiffon’, ‘darkTurquoise’, ‘medAquamarine’, ‘maroon’, ‘paleTurquoise’, ‘chartreuse’, ‘salmon’, ‘dkKhaki’, ‘peru’, ‘darkSlateGray’, ‘indianRed’, ‘lightPink’, ‘lightGoldenrodYellow’, ‘linen’, ‘darkGoldenrod’, ‘aqua’, ‘paleGreen’, ‘darkKhaki’, ‘lightGrey’, ‘lavenderBlush’, ‘dimGray’, ‘darkSeaGreen’, ‘dkGray’, ‘ltSteelBlue’, ‘ltCoral’, ‘seaGreen’, ‘medBlue’, ‘purple’, ‘ltYellow’, ‘coral’, ‘mediumPurple’, ‘gold’, ‘chocolate’, ‘dkSalmon’, ‘paleGoldenrod’, ‘yellow’, ‘darkRed’, ‘ivory’, ‘black’, ‘cornsilk’, ‘magenta’, ‘darkSlateBlue’, ‘medPurple’, ‘springGreen’, ‘darkOrange’, ‘mediumAquamarine’, ‘honeydew’, ‘dkCyan’, ‘dkSeaGreen’, ‘crimson’, ‘cornflowerBlue’, ‘ltGreen’, ‘skyBlue’, ‘navy’, ‘royalBlue’, ‘seaShell’, ‘peachPuff’, ‘dkOliveGreen’, ‘snow’, ‘silver’, ‘yellowGreen’, ‘brown’, ‘cyan’, ‘ltBlue’, ‘khaki’, ‘mediumSeaGreen’, ‘dkOrchid’, ‘lightSkyBlue’, ‘sienna’, ‘dkBlue’, ‘papayaWhip’, ‘lightSteelBlue’, ‘lightCoral’, ‘white’, ‘slateGray’, ‘darkGray’, ‘dodgerBlue’, ‘beige’, ‘red’, ‘ltSalmon’, ‘dkMagenta’, ‘lightBlue’, ‘floralWhite’, ‘ltSlateGrey’, ‘violet’, ‘thistle’, ‘ltSlateGray’, ‘blanchedAlmond’, ‘antiqueWhite’, ‘grey’, ‘darkSalmon’, ‘hotPink’, ‘darkOliveGreen’, ‘ltSkyBlue’, ‘cadetBlue’, ‘mediumSlateBlue’, ‘goldenrod’, ‘steelBlue’, ‘saddleBrown’, ‘dkTurquoise’, ‘medTurquoise’, ‘olive’, ‘tan’, ‘navajoWhite’, ‘darkGreen’, ‘dkViolet’, ‘lightGray’, ‘lightGreen’, ‘slateGrey’, ‘dimGrey’, ‘ltGrey’, ‘tomato’, ‘wheat’, ‘lightSeaGreen’, ‘gray’, ‘orchid’, ‘midnightBlue’, ‘darkViolet’, ‘slateBlue’, ‘lavender’, ‘darkCyan’, ‘oliveDrab’, ‘mediumBlue’, ‘ltSeaGreen’, ‘ltGray’, ‘mistyRose’, ‘medSeaGreen’, ‘dkSlateGray’, ‘lightCyan’, ‘aquamarine’, ‘orange’, ‘darkMagenta’, ‘mediumSpringGreen’, ‘sandyBrown’, ‘ghostWhite’, ‘dkSlateGrey’, ‘firebrick’, ‘mediumOrchid’, ‘lime’, ‘oldLace’, ‘lightYellow’, ‘paleVioletRed’, ‘azure’, ‘dkGrey’, ‘medOrchid’, ‘teal’, ‘dkGreen’, ‘medSpringGreen’, ‘gainsboro’, ‘bisque’, ‘lightSlateGrey’, ‘lawnGreen’, ‘limeGreen’, ‘medVioletRed’, ‘orangeRed’, ‘ltPink’, ‘mintCream’, ‘ltCyan’, ‘darkBlue’, ‘dkRed’, ‘greenYellow’, ‘blueViolet’, ‘deepSkyBlue’, ‘powderBlue’, ‘whiteSmoke’, ‘ltGoldenrodYellow’, ‘darkGrey’, ‘darkSlateGrey’, ‘deepPink’, ‘aliceBlue’, ‘indigo’, ‘medSlateBlue’, ‘rosyBrown’, ‘lightSalmon’, ‘fuchsia’}
- schemeClr¶
Values must be of type <class ‘openpyxl.drawing.colors.SchemeColor’>
- scrgbClr¶
Values must be of type <class ‘openpyxl.drawing.colors.RGBPercent’>
- srgbClr¶
Values must be of type <class ‘str’>
- sysClr¶
Values must be of type <class ‘openpyxl.drawing.colors.SystemColor’>
- tagname = 'gs'¶
- class openpyxl.drawing.fill.LinearShadeProperties(ang=None, scaled=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- ang¶
Values must be of type <class ‘int’>
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'¶
- scaled¶
Values must be of type <class ‘bool’>
- tagname = 'lin'¶
- class openpyxl.drawing.fill.PathShadeProperties(path=None, fillToRect=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- fillToRect¶
Values must be of type <class ‘openpyxl.drawing.fill.RelativeRect’>
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'¶
- path¶
Value must be one of {‘rect’, ‘circle’, ‘shape’}
- tagname = 'path'¶
- class openpyxl.drawing.fill.PatternFillProperties(prst=None, fgClr=None, bgClr=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- background¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- bgClr¶
Values must be of type <class ‘openpyxl.drawing.colors.ColorChoice’>
- fgClr¶
Values must be of type <class ‘openpyxl.drawing.colors.ColorChoice’>
- foreground¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'¶
- preset¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- prst¶
Value must be one of {‘narHorz’, ‘horz’, ‘dkDnDiag’, ‘pct25’, ‘wave’, ‘lgGrid’, ‘smConfetti’, ‘plaid’, ‘weave’, ‘upDiag’, ‘diagBrick’, ‘pct60’, ‘vert’, ‘pct10’, ‘ltVert’, ‘sphere’, ‘divot’, ‘wdUpDiag’, ‘dnDiag’, ‘pct40’, ‘lgConfetti’, ‘pct50’, ‘horzBrick’, ‘pct90’, ‘dotDmnd’, ‘smGrid’, ‘pct70’, ‘diagCross’, ‘solidDmnd’, ‘pct30’, ‘narVert’, ‘pct5’, ‘wdDnDiag’, ‘dashUpDiag’, ‘dashDnDiag’, ‘lgCheck’, ‘cross’, ‘pct80’, ‘dashHorz’, ‘zigZag’, ‘ltDnDiag’, ‘pct75’, ‘dkVert’, ‘smCheck’, ‘openDmnd’, ‘dkHorz’, ‘dashVert’, ‘shingle’, ‘ltHorz’, ‘dkUpDiag’, ‘dotGrid’, ‘pct20’, ‘trellis’, ‘ltUpDiag’}
- tagname = 'pattFill'¶
- class openpyxl.drawing.fill.RelativeRect(l=None, t=None, r=None, b=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- b¶
Values must be of type <class ‘float’>
- bottom¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- l¶
Values must be of type <class ‘float’>
- left¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'¶
- r¶
Values must be of type <class ‘float’>
- right¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- t¶
Values must be of type <class ‘float’>
- tagname = 'rect'¶
- top¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- class openpyxl.drawing.fill.SolidColorFillProperties(scrgbClr=None, srgbClr=None, hslClr=None, sysClr=None, schemeClr=None, prstClr=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- RGB¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- RGBPercent¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- hslClr¶
Values must be of type <class ‘openpyxl.drawing.colors.HSLColor’>
- prstClr¶
Value must be one of {‘turquoise’, ‘pink’, ‘lightSlateGray’, ‘mediumVioletRed’, ‘blue’, ‘mediumTurquoise’, ‘moccasin’, ‘forestGreen’, ‘dkOrange’, ‘burlyWood’, ‘plum’, ‘darkOrchid’, ‘dkGoldenrod’, ‘green’, ‘dkSlateBlue’, ‘lemonChiffon’, ‘darkTurquoise’, ‘medAquamarine’, ‘maroon’, ‘paleTurquoise’, ‘chartreuse’, ‘salmon’, ‘dkKhaki’, ‘peru’, ‘darkSlateGray’, ‘indianRed’, ‘lightPink’, ‘lightGoldenrodYellow’, ‘linen’, ‘darkGoldenrod’, ‘aqua’, ‘paleGreen’, ‘darkKhaki’, ‘lightGrey’, ‘lavenderBlush’, ‘dimGray’, ‘darkSeaGreen’, ‘dkGray’, ‘ltSteelBlue’, ‘ltCoral’, ‘seaGreen’, ‘medBlue’, ‘purple’, ‘ltYellow’, ‘coral’, ‘mediumPurple’, ‘gold’, ‘chocolate’, ‘dkSalmon’, ‘paleGoldenrod’, ‘yellow’, ‘darkRed’, ‘ivory’, ‘black’, ‘cornsilk’, ‘magenta’, ‘darkSlateBlue’, ‘medPurple’, ‘springGreen’, ‘darkOrange’, ‘mediumAquamarine’, ‘honeydew’, ‘dkCyan’, ‘dkSeaGreen’, ‘crimson’, ‘cornflowerBlue’, ‘ltGreen’, ‘skyBlue’, ‘navy’, ‘royalBlue’, ‘seaShell’, ‘peachPuff’, ‘dkOliveGreen’, ‘snow’, ‘silver’, ‘yellowGreen’, ‘brown’, ‘cyan’, ‘ltBlue’, ‘khaki’, ‘mediumSeaGreen’, ‘dkOrchid’, ‘lightSkyBlue’, ‘sienna’, ‘dkBlue’, ‘papayaWhip’, ‘lightSteelBlue’, ‘lightCoral’, ‘white’, ‘slateGray’, ‘darkGray’, ‘dodgerBlue’, ‘beige’, ‘red’, ‘ltSalmon’, ‘dkMagenta’, ‘lightBlue’, ‘floralWhite’, ‘ltSlateGrey’, ‘violet’, ‘thistle’, ‘ltSlateGray’, ‘blanchedAlmond’, ‘antiqueWhite’, ‘grey’, ‘darkSalmon’, ‘hotPink’, ‘darkOliveGreen’, ‘ltSkyBlue’, ‘cadetBlue’, ‘mediumSlateBlue’, ‘goldenrod’, ‘steelBlue’, ‘saddleBrown’, ‘dkTurquoise’, ‘medTurquoise’, ‘olive’, ‘tan’, ‘navajoWhite’, ‘darkGreen’, ‘dkViolet’, ‘lightGray’, ‘lightGreen’, ‘slateGrey’, ‘dimGrey’, ‘ltGrey’, ‘tomato’, ‘wheat’, ‘lightSeaGreen’, ‘gray’, ‘orchid’, ‘midnightBlue’, ‘darkViolet’, ‘slateBlue’, ‘lavender’, ‘darkCyan’, ‘oliveDrab’, ‘mediumBlue’, ‘ltSeaGreen’, ‘ltGray’, ‘mistyRose’, ‘medSeaGreen’, ‘dkSlateGray’, ‘lightCyan’, ‘aquamarine’, ‘orange’, ‘darkMagenta’, ‘mediumSpringGreen’, ‘sandyBrown’, ‘ghostWhite’, ‘dkSlateGrey’, ‘firebrick’, ‘mediumOrchid’, ‘lime’, ‘oldLace’, ‘lightYellow’, ‘paleVioletRed’, ‘azure’, ‘dkGrey’, ‘medOrchid’, ‘teal’, ‘dkGreen’, ‘medSpringGreen’, ‘gainsboro’, ‘bisque’, ‘lightSlateGrey’, ‘lawnGreen’, ‘limeGreen’, ‘medVioletRed’, ‘orangeRed’, ‘ltPink’, ‘mintCream’, ‘ltCyan’, ‘darkBlue’, ‘dkRed’, ‘greenYellow’, ‘blueViolet’, ‘deepSkyBlue’, ‘powderBlue’, ‘whiteSmoke’, ‘ltGoldenrodYellow’, ‘darkGrey’, ‘darkSlateGrey’, ‘deepPink’, ‘aliceBlue’, ‘indigo’, ‘medSlateBlue’, ‘rosyBrown’, ‘lightSalmon’, ‘fuchsia’}
- schemeClr¶
Values must be of type <class ‘openpyxl.drawing.colors.SchemeColor’>
- scrgbClr¶
Values must be of type <class ‘openpyxl.drawing.colors.RGBPercent’>
- srgbClr¶
Values must be of type <class ‘str’>
- sysClr¶
Values must be of type <class ‘openpyxl.drawing.colors.SystemColor’>
- tagname = 'solidFill'¶
- class openpyxl.drawing.fill.StretchInfoProperties(fillRect=<openpyxl.drawing.fill.RelativeRect object> Parameters: l=None, t=None, r=None, b=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- fillRect¶
Values must be of type <class ‘openpyxl.drawing.fill.RelativeRect’>
- namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'¶
- tagname = 'stretch'¶
- class openpyxl.drawing.fill.TileInfoProperties(tx=None, ty=None, sx=None, sy=None, flip=None, algn=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- algn¶
Value must be one of {‘bl’, ‘r’, ‘l’, ‘tl’, ‘ctr’, ‘br’, ‘tr’, ‘t’, ‘b’}
- flip¶
Value must be one of {‘y’, ‘xy’, ‘x’}
- sx¶
Values must be of type <class ‘int’>
- sy¶
Values must be of type <class ‘int’>
- tx¶
Values must be of type <class ‘int’>
- ty¶
Values must be of type <class ‘int’>