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 TypeMethodDescriptionvoid
HwmfDrawProperties.setBackgroundColor
(HwmfColorRef backgroundColor) void
HwmfDrawProperties.setBrushColor
(HwmfColorRef brushColor) void
HwmfDrawProperties.setPenColor
(HwmfColorRef penColor) void
HwmfDrawProperties.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.