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.CTRPr ppr,
XWPFStylesDocument stylesDocument) |
protected String |
getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults,
XWPFStylesDocument stylesDocument) |
getDefaultStyle, getParentTableCell, getRPr, getRPr, getRPr, getRPr, getStyleID, getValueFromElement, getValueFromStyle, getValueFromTableStylegetDefaultValue, getKey, getKeyBuffer, getStaticValue, getValue, getValueFromDefaultStyle, getValueFromDocDefaultsStyle, getValueFromStyleIds, getValueFromStyles, internalGetValuepublic String getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr ppr, XWPFStylesDocument stylesDocument)
getValue in class AbstractRunValueProvider<String>protected String getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults, XWPFStylesDocument stylesDocument)
getValueFromDocDefaultsStyle 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.