} catch (RuntimeException me) {
System.out.println(indent + o.getClass().getName() );
}
if (o instanceof org.pptx4j.pml.Shape) {
CTTextBody txBody = ((org.pptx4j.pml.Shape)o).getTxBody();
if (txBody!=null) {
for (CTTextParagraph tp : txBody.getP() ) {
System.out.println(indent + tp.getClass().getName() + "\n\n" + XmlUtils.marshaltoString(tp, true, true, org.pptx4j.jaxb.Context.jcPML,
"http://schemas.openxmlformats.org/presentationml/2006/main", "txBody", CTTextParagraph.class));
}