Hello,
I have an issue to find lines with italic format.
I used the method :
paragraph.getParagraphFormat().getStyle().getFont().getItalic()
Paragraph is a com.aspose.words.Paragraph object.
The issue is that this method return “false” all the time.
Could you please, say me what is wrong ?