pub fn read_text_body(reader: &mut Reader<'_>) -> Result<TextBody, Error>Expand description
Parses <a:bodyPr>../<a:p>..</a:p>* — the content of <a:txBody> (CT_TextBody) — from a
reader positioned right after the caller already consumed the wrapper’s own opening tag,
mirroring read_shape_properties’s exact contract (see the module doc comment).