Learn R Programming

xlcharts (version 0.0.1)

EffectList: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

blur

blur

fillOverlay

fillOverlay

glow

glow

innerShdw

innerShdw

outerShdw

outerShdw

prstShdw

prstShdw

reflection

reflection

softEdge

softEdge

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
EffectList()
}

Run the code above in your browser using DataLab