PresetShadowEffect {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html
PresetShadowEffect(prst = NULL, dist = NULL, dir = NULL, ...)
prst |
prst |
dist |
dist |
dir |
dir |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
PresetShadowEffect(prst = "shdw20", dist = 1L, dir = 1L)
## End(Not run)