Uses of Class
org.apache.poi.hwmf.record.HwmfColorRef
Packages that use HwmfColorRef
-
Uses of HwmfColorRef in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfColorRefModifier and TypeMethodDescriptionHwmfDrawProperties.getBackgroundColor()HwmfDrawProperties.getBrushColor()HwmfDrawProperties.getPenColor()HwmfDrawProperties.getTextColor()Methods in org.apache.poi.hwmf.draw with parameters of type HwmfColorRefModifier and TypeMethodDescriptionvoidHwmfDrawProperties.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 HwmfColorRefModifier and TypeMethodDescriptionHwmfColorRef.clone()Creates a new object of the same class and with the same contents as this object.