Package org.apache.poi.xwpf.usermodel
Class XWPFDefaultRunStyle
- java.lang.Object
-
- org.apache.poi.xwpf.usermodel.XWPFDefaultRunStyle
-
-
Constructor Summary
Constructors Constructor Description XWPFDefaultRunStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rpr)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetFontSize()Deprecated.DoublegetFontSizeAsDouble()Specifies the font size.protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPrgetRPr()
-
-
-
Method Detail
-
getRPr
protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPr()
-
getFontSize
@Deprecated @Removal(version="6.0.0") public int 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
public Double getFontSizeAsDouble()
Specifies the font size.- Returns:
- value representing the font size (can be null if size is not set)
- Since:
- POI 5.0.0
-
-