List runs = paragraph.getRuns(); for(XWPFRun run : runs){ log.info("font size : "+run.getFontSize()); //here default print -1 }