Learn R Programming

xlcharts (version 0.0.1)

PresetShadowEffect: PresetShadowEffect

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html

Usage

PresetShadowEffect(prst = NULL, dist = NULL, dir = NULL, ...)

Value

An openpyxl Python object.

Arguments

prst

prst

dist

dist

dir

dir

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
PresetShadowEffect(prst = "shdw20", dist = 1L, dir = 1L)
}

Run the code above in your browser using DataLab