Skip to main content

write_text_body

Function write_text_body 

Source
pub fn write_text_body<W>(
    writer: &mut Writer<W>,
    body: &TextBody,
) -> Result<(), Error>
where W: Write,
Expand description

Writes <a:bodyPr>../<a:p>..</a:p>* — the content of <a:txBody> (CT_TextBody). Like write_shape_properties, never writes the <a:txBody> wrapper itself (a sibling of <a:spPr> inside a host’s own <*:sp>, not this crate’s concern — see crate::TextBody’s doc comment).