Uses of Enum Class
org.apache.poi.hwmf.record.HwmfMisc.WmfSetBkMode.HwmfBkMode
Packages that use HwmfMisc.WmfSetBkMode.HwmfBkMode
-
Uses of HwmfMisc.WmfSetBkMode.HwmfBkMode in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfMisc.WmfSetBkMode.HwmfBkModeMethods in org.apache.poi.hwmf.draw with parameters of type HwmfMisc.WmfSetBkMode.HwmfBkModeModifier and TypeMethodDescriptionvoid
HwmfDrawProperties.setBkMode
(HwmfMisc.WmfSetBkMode.HwmfBkMode bkMode) -
Uses of HwmfMisc.WmfSetBkMode.HwmfBkMode in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfMisc.WmfSetBkMode.HwmfBkModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HwmfMisc.WmfSetBkMode.HwmfBkMode[]
HwmfMisc.WmfSetBkMode.HwmfBkMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.