Hi,
I'm creating a Run and need to inherit the formatting from the enclosing Paragraph. I can see that I need to get the ParaRPr (para.getRPr()) and set in the new run (run.setRpr()). But I can't see an easy way to convert the ParaRPr to a RPr.
Is there an easy way to do this? Am I going about get the style the wrong way?
Many thanks....