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

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
          extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.RunFontFamilyAsciiValueProvider

public class RunFontFamilyAsciiValueProvider
extends RunFontFamilyValueProvider


Field Summary
static RunFontFamilyAsciiValueProvider INSTANCE
           
 
Constructor Summary
RunFontFamilyAsciiValueProvider()
           
 
Method Summary
protected  String getFamily(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)
           
protected  org.openxmlformats.schemas.wordprocessingml.x2006.main.STTheme.Enum getTheme(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.RunFontFamilyValueProvider
getValue, getValue
 
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
 

Field Detail

INSTANCE

public static RunFontFamilyAsciiValueProvider INSTANCE
Constructor Detail

RunFontFamilyAsciiValueProvider

public RunFontFamilyAsciiValueProvider()
Method Detail

getTheme

protected org.openxmlformats.schemas.wordprocessingml.x2006.main.STTheme.Enum getTheme(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)
Specified by:
getTheme in class RunFontFamilyValueProvider

getFamily

protected String getFamily(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)
Specified by:
getFamily in class RunFontFamilyValueProvider


Copyright © 2013. All rights reserved.