Uses of Class
org.apache.poi.hwmf.record.HwmfMisc.WmfSetBkMode.HwmfBkMode

Packages that use HwmfMisc.WmfSetBkMode.HwmfBkMode
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
 HwmfMisc.WmfSetBkMode.HwmfBkMode HwmfDrawProperties.getBkMode()
           
 

Methods in org.apache.poi.hwmf.draw with parameters of type HwmfMisc.WmfSetBkMode.HwmfBkMode
 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
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.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.