| Modifier and Type | Field and Description |
|---|---|
static Color |
Color.BLACK |
static Color |
Color.BLUE |
static Color |
Color.CYAN |
static Color |
Color.DARK_GRAY |
static Color |
Color.GREEN |
static Color |
Color.LIGHT_GRAY |
static Color |
Color.MAGENTA |
static Color |
Color.RED |
static Color |
Color.WHITE |
static Color |
Color.YELLOW |
| Modifier and Type | Method and Description |
|---|---|
static Color |
Color.decode(java.lang.String hexColor) |
Color |
TableCellBorder.getBorderColor() |
| Constructor and Description |
|---|
TableCellBorder(java.lang.Float borderSize,
Color borderColor,
boolean fromTableCell) |
| Modifier and Type | Method and Description |
|---|---|
Color |
RunTextHighlightingValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr,
XWPFStylesDocument stylesDocument) |
Color |
RunBackgroundColorValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr,
XWPFStylesDocument stylesDocument) |
Color |
RunFontColorValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr,
XWPFStylesDocument document) |
Color |
RunTextHighlightingValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
XWPFStylesDocument stylesDocument) |
Color |
RunBackgroundColorValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
XWPFStylesDocument stylesDocument) |
Color |
RunFontColorValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr pr,
XWPFStylesDocument document) |
| Modifier and Type | Method and Description |
|---|---|
Color |
TableCellBackgroundColorValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr,
XWPFStylesDocument document) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Color |
AbstractColorRegistry.createColor(java.lang.String style) |
protected Color |
ColorRegistry.createColor(java.lang.String hexColor) |
Color |
AbstractColorRegistry.getColor(java.lang.String style) |
| Modifier and Type | Method and Description |
|---|---|
Color |
XWPFStylesDocument.getBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
Color |
XWPFStylesDocument.getBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
Color |
XWPFStylesDocument.getBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
Color |
XWPFStylesDocument.getBackgroundColor(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
Color |
XWPFStylesDocument.getBackgroundColor(org.apache.poi.xwpf.usermodel.XWPFRun run) |
Color |
XWPFStylesDocument.getFontColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
Color |
XWPFStylesDocument.getFontColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
Color |
XWPFStylesDocument.getFontColor(org.apache.poi.xwpf.usermodel.XWPFRun run) |
Color |
XWPFStylesDocument.getTableCellBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) |
Color |
XWPFStylesDocument.getTableCellBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
Color |
XWPFStylesDocument.getTableCellBackgroundColor(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
Color |
XWPFStylesDocument.getTextHighlighting(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
Color |
XWPFStylesDocument.getTextHighlighting(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
Color |
XWPFStylesDocument.getTextHighlighting(org.apache.poi.xwpf.usermodel.XWPFRun run) |
| Modifier and Type | Method and Description |
|---|---|
Color |
ParagraphBackgroundColorValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr) |
| Modifier and Type | Method and Description |
|---|---|
Color |
RunTextHighlightingValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
XWPFStylesDocument stylesDocument) |
Color |
RunBackgroundColorValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
XWPFStylesDocument stylesDocument) |
Color |
RunFontColorValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
XWPFStylesDocument stylesDocument) |
| Modifier and Type | Method and Description |
|---|---|
Color |
TableCellBackgroundColorValueProvider.getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
| Modifier and Type | Method and Description |
|---|---|
static Color |
XWPFUtils.darken(int r,
int g,
int b,
double percent) |
static Color |
ColorHelper.darken(int r,
int g,
int b,
double percent) |
static Color |
XWPFTableUtil.getBorderColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder border) |
static Color |
ColorHelper.getBorderColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder border) |
static Color |
ColorHelper.getColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr) |
static Color |
ColorHelper.getColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
static Color |
ColorHelper.getColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShd shd) |
static Color |
ColorHelper.getColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHexColor hexColor,
java.lang.Object val,
boolean background) |
static Color |
ColorHelper.getColor(java.lang.String hexColor,
java.lang.Object val,
boolean background) |
static Color |
ColorHelper.getFillColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShd shd) |
static Color |
XWPFUtils.lighten(int r,
int g,
int b,
double percent) |
static Color |
ColorHelper.lighten(int r,
int g,
int b,
double percent) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
XWPFUtils.toHexString(Color color) |
static java.lang.String |
ColorHelper.toHexString(Color color) |
static java.lang.String |
StringUtils.toHexString(Color colour)
Color to hex representation
|
Copyright © 2019. All Rights Reserved.