Package org.apache.poi.xwpf.usermodel
Class XWPFDefaultRunStyle
java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFDefaultRunStyle
Default Character Run style, from which other styles will override
TODO Share logic with
XWPFRun which also uses CTRPr-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Specifies the font size.
-
Constructor Details
-
XWPFDefaultRunStyle
-
-
Method Details
-
getFontSize
Deprecated.Specifies the font size.- Returns:
- value representing the font size (non-integer size will be rounded with half rounding up, -1 is returned if size not set)
-
getFontSizeAsDouble
Specifies the font size.- Returns:
- value representing the font size (can be null if size is not set)
- Since:
- POI 5.0.0
-
getFontSizeAsDouble()