| Package | Description |
|---|---|
| org.apache.poi.hwmf.draw | |
| org.apache.poi.hwmf.record |
| Modifier and Type | Method and Description |
|---|---|
HwmfColorRef |
HwmfDrawProperties.getBackgroundColor() |
HwmfColorRef |
HwmfDrawProperties.getBrushColor() |
HwmfColorRef |
HwmfDrawProperties.getPenColor() |
HwmfColorRef |
HwmfDrawProperties.getTextColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
HwmfDrawProperties.setBackgroundColor(HwmfColorRef backgroundColor) |
void |
HwmfDrawProperties.setBrushColor(HwmfColorRef brushColor) |
void |
HwmfDrawProperties.setPenColor(HwmfColorRef penColor) |
void |
HwmfDrawProperties.setTextColor(HwmfColorRef textColor) |
| Modifier and Type | Method and Description |
|---|---|
HwmfColorRef |
HwmfColorRef.clone()
Creates a new object of the same class and with the
same contents as this object.
|
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.