Uses of Class
org.apache.poi.hwmf.record.HwmfRegionMode
-
Packages that use HwmfRegionMode Package Description org.apache.poi.hemf.record.emf org.apache.poi.hemf.record.emfplus org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfRegionMode in org.apache.poi.hemf.record.emf
Fields in org.apache.poi.hemf.record.emf declared as HwmfRegionMode Modifier and Type Field Description protected HwmfRegionModeHemfFill.EmfExtSelectClipRgn. regionModeprotected HwmfRegionModeHemfWindowing.EmfSelectClipPath. regionModeMethods in org.apache.poi.hemf.record.emf that return HwmfRegionMode Modifier and Type Method Description HwmfRegionModeHemfFill.EmfExtSelectClipRgn. getRegionMode()HwmfRegionModeHemfWindowing.EmfSelectClipPath. getRegionMode() -
Uses of HwmfRegionMode in org.apache.poi.hemf.record.emfplus
Fields in org.apache.poi.hemf.record.emfplus declared as HwmfRegionMode Modifier and Type Field Description HwmfRegionModeHemfPlusMisc.CombineMode. regionMode -
Uses of HwmfRegionMode in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw with parameters of type HwmfRegionMode Modifier and Type Method Description voidHwmfGraphics. setClip(Shape clip, HwmfRegionMode regionMode, boolean useInitialAT)Set the new clipping region -
Uses of HwmfRegionMode in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfRegionMode Modifier and Type Method Description static HwmfRegionModeHwmfRegionMode. valueOf(int flag)Returns the enum constant of this type with the specified name.static HwmfRegionModeHwmfRegionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HwmfRegionMode[]HwmfRegionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-