Uses of Class
org.apache.poi.hwmf.record.HwmfHeader.HwmfHeaderMetaType
-
Packages that use HwmfHeader.HwmfHeaderMetaType Package Description org.apache.poi.hwmf.record -
-
Uses of HwmfHeader.HwmfHeaderMetaType in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfHeader.HwmfHeaderMetaType Modifier and Type Method Description static HwmfHeader.HwmfHeaderMetaTypeHwmfHeader.HwmfHeaderMetaType. valueOf(String name)Returns the enum constant of this type with the specified name.static HwmfHeader.HwmfHeaderMetaType[]HwmfHeader.HwmfHeaderMetaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-