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
This is the simple trick to get the bold property.
run.getCTR().xmlText().contains("") return true if bold otherwise false.