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

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<Color>
          extended by org.apache.poi.xwpf.converter.core.styles.run.RunFontColorValueProvider
All Implemented Interfaces:
IValueProvider<Color,org.apache.poi.xwpf.usermodel.XWPFRun>

public class RunFontColorValueProvider
extends AbstractRunValueProvider<Color>


Field Summary
static RunFontColorValueProvider INSTANCE
           
 
Constructor Summary
RunFontColorValueProvider()
           
 
Method Summary
 Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr, XWPFStylesDocument stylesDocument)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.run.AbstractRunValueProvider
getDefaultStyle, getParentTableCell, getRPr, getRPr, getRPr, getRPr, getStyleID, getValueFromDocDefaultsStyle, 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 RunFontColorValueProvider INSTANCE
Constructor Detail

RunFontColorValueProvider

public RunFontColorValueProvider()
Method Detail

getValue

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


Copyright © 2013. All rights reserved.