org.apache.poi.xwpf.converter.core.openxmlformats.styles.run
Class RunBackgroundColorValueProvider
java.lang.Object
org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.AbstractRunValueProvider<Color>
org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.RunBackgroundColorValueProvider
public class RunBackgroundColorValueProvider
- extends AbstractRunValueProvider<Color>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static RunBackgroundColorValueProvider INSTANCE
RunBackgroundColorValueProvider
public RunBackgroundColorValueProvider()
getValue
public Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
XWPFStylesDocument stylesDocument)
- Specified by:
getValue in class AbstractRunValueProvider<Color>
getValue
public Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr,
XWPFStylesDocument stylesDocument)
- Specified by:
getValue in class AbstractRunValueProvider<Color>
Copyright © 2014. All Rights Reserved.