How can I access the paragraph format of a Paragraph in Aspose Slides for Java?
My use case: Find all portions in a paragraph that differ from the paragraph format and compute the difference.
Paragraph has a method equalFormatting(Paragraph), but how do I access the formatting itself, or compare it to the formatting of a Portion?
Regards,
Harald
Hi Harald,
That does not answer my question. The page you linked only accesses paragraph formats via the first portion of the paragraph. The format of the first portion may differ from the paragraph format.
In a paragraph like this
A phrase with a highlighted word.
how do you know whether
a) the paragraph format is bold and one word has a different format
b) the paragraph format is standard and all words but one have a different character format (bold) ?
Regards,
Harald
Hi Harald,