Package org.apache.poi.xwpf.usermodel
Class XWPFDefaultParagraphStyle
- java.lang.Object
 - 
- org.apache.poi.xwpf.usermodel.XWPFDefaultParagraphStyle
 
 
- 
public class XWPFDefaultParagraphStyle extends java.lang.ObjectDefault Paragraph style, from which other styles will override TODO Share logic withXWPFParagraphwhich also uses CTPPr 
- 
- 
Constructor Summary
Constructors Constructor Description XWPFDefaultParagraphStyle(CTPPr ppr) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSpacingAfter() 
 - 
 
- 
- 
Constructor Detail
- 
XWPFDefaultParagraphStyle
public XWPFDefaultParagraphStyle(CTPPr ppr)
 
 - 
 
 -