EffectList {xlcharts} | R Documentation |
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
## Not run:
EffectList()
## End(Not run)
[Package xlcharts version 0.0.2 Index]