pub fn write_text_body_properties<W>(
writer: &mut Writer<W>,
properties: &TextBodyProperties,
) -> Result<(), Error>where
W: Write,Expand description
Writes <a:bodyPr> (self-closing unless autofit is set — no 3D/preset warp modeled, see
TextBody’s doc comment), matching the schema’s own minOccurs="1" on this element even when
everything is unset (<a:bodyPr/>).