image.png (73.8 KB)
String content = StrUtil.cleanBlank(MyStringUtils.getString(paragraph.getText()));
if (StrUtil.isBlank(content) || paragraph.getChildNodes().getCount() == 0){
section.getBody().getParagraphs().remove(paragraph);
}
You cannot delete the blank line before the paragraph with the code above