Hi support team,
I’ trying to copy all styles from one paragraph to another, but until now with no sucess.
The only way that I’m able to copy, is setting each property like this:
paragraphTarget.getParagraphFormat().getStyle().getFont().setItalic(paragraphSource.getParagraphBreakFont().getItalic());
But sometimes the paragraphSource break font attribute does not correspond to the real properties.
I’m using aspose words for java.
Is there any way to do this correctly?
Kind regards,
Paulo Pereira