Package | Description |
---|---|
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.model.types |
Modifier and Type | Method and Description |
---|---|
Colorref |
Colorref.copy() |
static Colorref |
Colorref.valueOfIco(int ico) |
Constructor and Description |
---|
Colorref(Colorref other) |
Modifier and Type | Field and Description |
---|---|
protected Colorref |
SHDAbstractType.field_1_cvFore |
protected Colorref |
SHDAbstractType.field_2_cvBack |
protected Colorref |
CHPAbstractType.field_8_cv |
Modifier and Type | Method and Description |
---|---|
Colorref |
CHPAbstractType.getCv()
24-bit color.
|
Colorref |
SHDAbstractType.getCvBack()
A COLORREF that specifies the background color of ipat.
|
Colorref |
SHDAbstractType.getCvFore()
A COLORREF that specifies the foreground color of ipat.
|
Modifier and Type | Method and Description |
---|---|
void |
CHPAbstractType.setCv(Colorref field_8_cv)
24-bit color.
|
void |
SHDAbstractType.setCvBack(Colorref field_2_cvBack)
A COLORREF that specifies the background color of ipat.
|
void |
SHDAbstractType.setCvFore(Colorref field_1_cvFore)
A COLORREF that specifies the foreground color of ipat.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.