EffectList
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html
Usage
EffectList(
blur = NULL,
fillOverlay = NULL,
glow = NULL,
innerShdw = NULL,
outerShdw = NULL,
prstShdw = NULL,
reflection = NULL,
softEdge = NULL,
...
)
Arguments
blur
|
blur |
fillOverlay
|
fillOverlay |
glow
|
glow |
innerShdw
|
innerShdw |
outerShdw
|
outerShdw |
prstShdw
|
prstShdw |
reflection
|
reflection |
softEdge
|
softEdge |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
EffectList()