Uses of Class
org.apache.poi.hwmf.record.HwmfColorRef
-
Packages that use HwmfColorRef Package Description org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfColorRef in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfColorRef Modifier and Type Method Description HwmfColorRefHwmfDrawProperties. getBackgroundColor()HwmfColorRefHwmfDrawProperties. getBrushColor()HwmfColorRefHwmfDrawProperties. getPenColor()HwmfColorRefHwmfDrawProperties. getTextColor()Methods in org.apache.poi.hwmf.draw with parameters of type HwmfColorRef Modifier and Type Method Description voidHwmfDrawProperties. setBackgroundColor(HwmfColorRef backgroundColor)voidHwmfDrawProperties. setBrushColor(HwmfColorRef brushColor)voidHwmfDrawProperties. setPenColor(HwmfColorRef penColor)voidHwmfDrawProperties. setTextColor(HwmfColorRef textColor) -
Uses of HwmfColorRef in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfColorRef Modifier and Type Method Description HwmfColorRefHwmfColorRef. clone()Creates a new object of the same class and with the same contents as this object.
-