pub fn write_shape_properties<W>(
writer: &mut Writer<W>,
properties: &ShapeProperties,
) -> Result<(), Error>where
W: Write,Expand description
Writes <a:xfrm>/EG_Geometry/EG_FillProperties/<a:ln>, in that schema order — the content
of CT_ShapeProperties, i.e. what a host crate’s own <*:spPr> wrapper should contain.