pub fn write_effect_list<W>(
writer: &mut Writer<W>,
effects: &EffectList,
) -> Result<(), Error>where
W: Write,Expand description
Writes <a:effectLst>. Self-closing when every effect is unset (schema-valid: CT_EffectList’s
own effect choices are all minOccurs="0"), otherwise wraps whichever of
<a:outerShdw>/<a:glow>/<a:reflection>/<a:softEdge> are set, in that schema order
(EG_EffectProperties’s own group definition).