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
Fields in org.apache.poi.hwmf.record declared as HwmfMisc.WmfSetBkMode.HwmfBkMode Modifier and Type Field Description protected HwmfMisc.WmfSetBkMode.HwmfBkModeHwmfMisc.WmfSetBkMode. bkModeMethods in org.apache.poi.hwmf.record that return HwmfMisc.WmfSetBkMode.HwmfBkMode Modifier and Type Method Description HwmfMisc.WmfSetBkMode.HwmfBkModeHwmfMisc.WmfSetBkMode. getBkMode()static HwmfMisc.WmfSetBkMode.HwmfBkModeHwmfMisc.WmfSetBkMode.HwmfBkMode. valueOf(int flag)Returns the enum constant of this type with the specified name.static HwmfMisc.WmfSetBkMode.HwmfBkModeHwmfMisc.WmfSetBkMode.HwmfBkMode. valueOf(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.
-