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