Uses of Class
org.apache.poi.hwmf.record.HwmfMisc.WmfSetBkMode.HwmfBkMode
-
Packages that use HwmfMisc.WmfSetBkMode.HwmfBkMode Package Description org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfMisc.WmfSetBkMode.HwmfBkMode in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfMisc.WmfSetBkMode.HwmfBkMode Modifier and Type Method Description HwmfMisc.WmfSetBkMode.HwmfBkModeHwmfDrawProperties. getBkMode()Methods in org.apache.poi.hwmf.draw with parameters of type HwmfMisc.WmfSetBkMode.HwmfBkMode Modifier and Type Method Description voidHwmfDrawProperties. 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.HwmfBkMode Modifier and Type Method Description static HwmfMisc.WmfSetBkMode.HwmfBkModeHwmfMisc.WmfSetBkMode.HwmfBkMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HwmfMisc.WmfSetBkMode.HwmfBkMode[]HwmfMisc.WmfSetBkMode.HwmfBkMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-