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