public abstract class RunFontFamilyValueProvider extends AbstractRunValueProvider<java.lang.String>
| Constructor and Description |
|---|
RunFontFamilyValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.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) |
java.lang.String |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr ppr,
XWPFStylesDocument stylesDocument) |
protected java.lang.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 java.lang.String getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr ppr,
XWPFStylesDocument stylesDocument)
getValue in class AbstractRunValueProvider<java.lang.String>protected java.lang.String getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults,
XWPFStylesDocument stylesDocument)
getValueFromDocDefaultsStyle in class AbstractRunValueProvider<java.lang.String>protected abstract org.openxmlformats.schemas.wordprocessingml.x2006.main.STTheme.Enum getTheme(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)
protected abstract java.lang.String getFamily(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)
Copyright © 2019. All Rights Reserved.