public abstract class RunFontFamilyValueProvider extends AbstractRunValueProvider<String>
| Constructor and Description |
|---|
RunFontFamilyValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getFamily(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts) |
protected abstract org.openxmlformats.schemas.wordprocessingml.x2006.main.STTheme.Enum |
getTheme(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts) |
String |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr,
XWPFStylesDocument stylesDocument) |
String |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
XWPFStylesDocument stylesDocument) |
getCTRPr, getValuepublic String getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr, XWPFStylesDocument stylesDocument)
getValue in class AbstractRunValueProvider<String>public String getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr, XWPFStylesDocument stylesDocument)
getValue in class AbstractRunValueProvider<String>protected abstract org.openxmlformats.schemas.wordprocessingml.x2006.main.STTheme.Enum getTheme(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)
protected abstract String getFamily(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)
Copyright © 2016. All Rights Reserved.