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.HwmfBkMode
HwmfDrawProperties. getBkMode()
Methods in org.apache.poi.hwmf.draw with parameters of type HwmfMisc.WmfSetBkMode.HwmfBkMode Modifier and Type Method Description void
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.HwmfBkMode Modifier and Type Method Description static HwmfMisc.WmfSetBkMode.HwmfBkMode
HwmfMisc.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.
-