Uses of Enum Class
org.apache.poi.hwmf.record.HwmfBrushStyle
Packages that use HwmfBrushStyle
-
Uses of HwmfBrushStyle in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfBrushStyleMethods in org.apache.poi.hwmf.draw with parameters of type HwmfBrushStyleModifier and TypeMethodDescriptionvoid
HwmfDrawProperties.setBrushStyle
(HwmfBrushStyle brushStyle) -
Uses of HwmfBrushStyle in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfBrushStyleModifier and TypeMethodDescriptionstatic HwmfBrushStyle
Returns the enum constant of this class with the specified name.static HwmfBrushStyle[]
HwmfBrushStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.