public class RunFontSizeValueProvider extends AbstractRunValueProvider<java.lang.Float>
| Modifier and Type | Field and Description |
|---|---|
static RunFontSizeValueProvider |
INSTANCE |
| Constructor and Description |
|---|
RunFontSizeValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr,
XWPFStylesDocument document) |
java.lang.Float |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr pr,
XWPFStylesDocument document) |
getCTRPr, getValuepublic static final RunFontSizeValueProvider INSTANCE
public java.lang.Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr pr,
XWPFStylesDocument document)
getValue in class AbstractRunValueProvider<java.lang.Float>public java.lang.Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr,
XWPFStylesDocument document)
getValue in class AbstractRunValueProvider<java.lang.Float>Copyright © 2019. All Rights Reserved.