Package org.apache.poi.xwpf.usermodel
Class XWPFDefaultRunStyle
- java.lang.Object
-
- org.apache.poi.xwpf.usermodel.XWPFDefaultRunStyle
-
public class XWPFDefaultRunStyle extends java.lang.Object
Default Character Run style, from which other styles will override TODO Share logic withXWPFRun
which also uses CTRPr
-
-
Constructor Summary
Constructors Constructor Description XWPFDefaultRunStyle(CTRPr rpr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFontSize()
-
-
-
Constructor Detail
-
XWPFDefaultRunStyle
public XWPFDefaultRunStyle(CTRPr rpr)
-
-