I\'m trying to get the style information from an MS docx file, I have no problem writing file content with added styles like bold, italic. font size etc, but reading the fil
you can use paragraph.getCTP().getPPr().getRPr().isSetB()
paragraph.getCTP().getPPr().getRPr().isSetB()