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