org.apache.poi.xwpf.converter.core.styles.run
Class RunFontFamilyEastAsiaValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFRun>
      extended by org.apache.poi.xwpf.converter.core.styles.run.AbstractRunValueProvider<String>
          extended by org.apache.poi.xwpf.converter.core.styles.run.RunFontFamilyValueProvider
              extended by org.apache.poi.xwpf.converter.core.styles.run.RunFontFamilyEastAsiaValueProvider
All Implemented Interfaces:
IValueProvider<String,org.apache.poi.xwpf.usermodel.XWPFRun>

public class RunFontFamilyEastAsiaValueProvider
extends RunFontFamilyValueProvider


Field Summary
static RunFontFamilyEastAsiaValueProvider INSTANCE
           
 
Constructor Summary
RunFontFamilyEastAsiaValueProvider()
           
 
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.styles.run.RunFontFamilyValueProvider
getValue, getValueFromDocDefaultsStyle
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.run.AbstractRunValueProvider
getDefaultStyle, getParentTableCell, getRPr, getRPr, getRPr, getRPr, getStyleID, getValueFromElement, getValueFromStyle, getValueFromTableStyle
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider
getDefaultValue, getKey, getKeyBuffer, getStaticValue, getValue, getValueFromDefaultStyle, getValueFromDocDefaultsStyle, getValueFromStyleIds, getValueFromStyles, internalGetValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static RunFontFamilyEastAsiaValueProvider INSTANCE
Constructor Detail

RunFontFamilyEastAsiaValueProvider

public RunFontFamilyEastAsiaValueProvider()
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.