Class XWPFDefaultParagraphStyle


  • public class XWPFDefaultParagraphStyle
    extends java.lang.Object
    Default Paragraph style, from which other styles will override TODO Share logic with XWPFParagraph which also uses CTPPr
    • Constructor Summary

      Constructors 
      Constructor Description
      XWPFDefaultParagraphStyle​(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr getPPr()  
      int getSpacingAfter()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XWPFDefaultParagraphStyle

        public XWPFDefaultParagraphStyle​(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)
    • Method Detail

      • getPPr

        protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr getPPr()
      • getSpacingAfter

        public int getSpacingAfter()