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

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.AbstractRunValueProvider<com.google.code.appengine.awt.Color>
      extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.RunFontColorValueProvider

public class RunFontColorValueProvider
extends AbstractRunValueProvider<com.google.code.appengine.awt.Color>


Field Summary
static RunFontColorValueProvider INSTANCE
           
 
Constructor Summary
RunFontColorValueProvider()
           
 
Method Summary
 com.google.code.appengine.awt.Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr, XWPFStylesDocument document)
           
 com.google.code.appengine.awt.Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr pr, XWPFStylesDocument document)
           
 
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 final RunFontColorValueProvider INSTANCE
Constructor Detail

RunFontColorValueProvider

public RunFontColorValueProvider()
Method Detail

getValue

public com.google.code.appengine.awt.Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr pr,
                                                    XWPFStylesDocument document)
Specified by:
getValue in class AbstractRunValueProvider<com.google.code.appengine.awt.Color>

getValue

public com.google.code.appengine.awt.Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr,
                                                    XWPFStylesDocument document)
Specified by:
getValue in class AbstractRunValueProvider<com.google.code.appengine.awt.Color>


Copyright © 2013. All rights reserved.