org.apache.poi.xwpf.converter.core.openxmlformats.styles.run
Class RunFontFamilyValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.AbstractRunValueProvider<String>
      extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.RunFontFamilyValueProvider
Direct Known Subclasses:
RunFontFamilyAsciiValueProvider, RunFontFamilyEastAsiaValueProvider, RunFontFamilyHAnsiValueProvider

public abstract class RunFontFamilyValueProvider
extends AbstractRunValueProvider<String>


Constructor Summary
RunFontFamilyValueProvider()
           
 
Method Summary
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)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.AbstractRunValueProvider
getCTRPr, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunFontFamilyValueProvider

public RunFontFamilyValueProvider()
Method Detail

getValue

public String getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
                       XWPFStylesDocument stylesDocument)
Specified by:
getValue in class AbstractRunValueProvider<String>

getValue

public String getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr,
                       XWPFStylesDocument stylesDocument)
Specified by:
getValue in class AbstractRunValueProvider<String>

getTheme

protected abstract org.openxmlformats.schemas.wordprocessingml.x2006.main.STTheme.Enum getTheme(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)

getFamily

protected abstract String getFamily(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)


Copyright © 2013. All rights reserved.