public class RunFontColorValueProvider extends AbstractRunValueProvider<Color>
| Modifier and Type | Field and Description |
|---|---|
static RunFontColorValueProvider |
INSTANCE |
| Constructor and Description |
|---|
RunFontColorValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr,
XWPFStylesDocument document) |
Color |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr pr,
XWPFStylesDocument document) |
getCTRPr, getValuepublic static final RunFontColorValueProvider INSTANCE
public Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr pr, XWPFStylesDocument document)
getValue in class AbstractRunValueProvider<Color>public Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr, XWPFStylesDocument document)
getValue in class AbstractRunValueProvider<Color>Copyright © 2019. All Rights Reserved.