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